fault addressing versions mismatch
----------------------------------

                 Key: AXIS2-2011
                 URL: https://issues.apache.org/jira/browse/AXIS2-2011
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Addressing
    Affects Versions: 1.1.1
            Reporter: Alan Birtles


Setting the addressing version using:
messageContext.setProperty(AddressingConstants.WS_ADDRESSING_VERSION,  
AddressingConstants.Submission.WSA_NAMESPACE);
correctly sets the action in the SOAP message to:
http://schemas.xmlsoap.org/ws/2004/08/addressing/fault
however in the HTTP POST header the action is set to:
SOAPAction: "http://www.w3.org/2005/08/addressing/soap/fault";
This causes problems when communicating with .net services which expect them to 
be the same

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to