Addressing Version Mismatch
Posted by kumarjayanti on October 22, 2007 at 6:41 AM EDT
A question on which i often have to search for the answer since the number of different addressing related URL's floating around are just too many...
>The WSE SOAP message contains
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
and <wsa:Action.../>
>whereas the WSIT implementation searches for
a {http://www.w3.org/2005/08/addressing}Action
header
<wsaws:UsingAddressing xmlns:wsaws="http://www.w3.org/2006/05/addressing/wsdl"/>
and change it to look as follows :
<wsaws:UsingAddressing xmlns:wsaws="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"/>
build and deploy.
Related Topics >>
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- kumarjayanti's blog
- 890 reads





