Addressing Version Mismatch
style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"
lang="EN-US">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...
style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"
lang="EN-US">>The WSE SOAP message contains
xmlns:wsa=
href="http://schemas.xmlsoap.org/ws/2004/08/addressing">"http://schemas.xmlsoap.org/ws/2004/08/addressing"
and <wsa:Action.../>
>whereas the WSIT implementation searches for
a {
href="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing}Action
header
This should be easy to fix. In your NetBeans Project, You can open your wsit-*.xml
(inside
build/web/WEB-INF) of your WSIT service and then look for the assertion
:
<wsaws:UsingAddressing
xmlns:wsaws=
href="http://www.w3.org/2006/05/addressing/wsdl">"http://www.w3.org/2006/05/addressing/wsdl"/>
and change it to look as follows :
<wsaws:UsingAddressing
xmlns:wsaws=
href="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy">"http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"/>
build and deploy.
- Login or register to post comments
- Printer-friendly version
- kumarjayanti's blog
- 967 reads





