Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem header:{http://www.w3.org/2005/08/addressing}Action

ArturoApr 28 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2011
Added on Apr 28 2011
0 comments
605 views