[jboss-user] [JBoss Web Services] - Re: SOAP Header Action mustUnderstand Exception

canastasiou do-not-reply at jboss.com
Thu Feb 10 02:20:38 EST 2011


canastasiou [http://community.jboss.org/people/canastasiou] created the discussion

"Re: SOAP Header Action mustUnderstand Exception"

To view the discussion, visit: http://community.jboss.org/message/586610#586610

--------------------------------------------------------------
Two things were necessary to solve the issue.

* Add the addressing annotation to the Web Service class @Addressing(enabled=true, required=true)
* Change namespaces in the <Envelope> tag from:* <s:Envelope xmlns:a="http://www.w3.org/2005/05/addressing" xmlns:s="http://www.w3.org/2003/05/soap-envelope"> TO
* <s:Envelope xmlns:a="http://www (http://www.w3.org/2005/08/addressing).w3.org/ (http://www.w3.org/2005/08/addressing)2005/08/addressing" (http://www.w3.org/2005/08/addressing) *xmlns:s= http://schemas.xmlsoap.org/soap/envelope/ "http://schemas.xmlsoap.org/soap/envelope/"*>


Thank you Alession for giving me part of the solution.
                                    +<s:Envelope xmlns:a= http://www.w3.org/2005/08/addressing "http://www.w3.org/2005/08/addressing"+ *xmlns:s+= http://schemas.xmlsoap.org/soap/envelope/ "http://schemas.xmlsoap.org/soap/envelope/"+*+>+
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/586610#586610]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110210/bae1579d/attachment-0001.html 


More information about the jboss-user mailing list