Problem header:{http://www.w3.org/2005/08/addressing}Action
Hi all
I am trying to incorporate a call to an external WS ( I have no control of it at all), my XML request looks like this (partial print):
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Header>
<wsa:To xmlns:wsa="http://www.w3.org/2005/08/addressing">https://vedaxml.com/sys2/idmatrix-v2</wsa:To>
<wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing">http://vedaxml.com/idmatrix/VerifyIdentity</wsa:Action>
<ReplyTo xmlns="http://www.w3.org/2005/08/addressing">
<Address>http://www.w3.org/2005/08/addressing/anonymous</Address>
</ReplyTo>
<FaultTo xmlns="http://www.w3.org/2005/08/addressing">
<Address>http://www.w3.org/2005/08/addressing/anonymous</Address>
</FaultTo>
However I get this error:
WARNING: A required header representing a Message Addressing Property is not present, Problem header:{http://www.w3.org/2005/08/addressing}Action
which triggers this exception
com.sun.xml.ws.addressing.model.MissingAddressingHeaderException
As you can see Action is there. Any ideas.
Jdeveloper 11.1.1.4
Thanks a lot