Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.5
-
None
-
None
-
Windows XP Tomcat 5.5
Description
I am trying to send a soap 1.2 request from axis 2 using intellij idea. I need to make a client to consume a service. The thing is soap 1.1 request - response cycle is successfully achieved but for soap 1.2 when I try to send the request it gives me following error :
Mar 14, 2011 4:49:03 PM org.apache.axis2.engine.AxisEngine receive
SEVERE: Must Understand check failed for header http://www.w3.org/2005/08/addressing : Action
org.apache.axis2.AxisFault: Must Understand check failed for header http://www.w3.org/2005/08/addressing : Action
at org.apache.axis2.engine.AxisEngine.checkMustUnderstand(AxisEngine.java:97)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:163)
at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:364)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:417)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
What is the fix to send this successfully in axis2 with SOAP 1.2