Must understand check failed in Axis 2 for SOAP 1.2 request
-----------------------------------------------------------

                 Key: AXIS2-5026
                 URL: https://issues.apache.org/jira/browse/AXIS2-5026
             Project: Axis2
          Issue Type: Bug
          Components: client-api
    Affects Versions: 1.5
         Environment: Windows XP Tomcat 5.5
            Reporter: Muhammad Fahad Baig


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


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to