MessageContext.getSoapAction should reference AxisOperation
-----------------------------------------------------------

                 Key: AXIS2-1328
                 URL: http://issues.apache.org/jira/browse/AXIS2-1328
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: core
    Affects Versions: 1.0
         Environment: Windows, using the binary download (1.0)
            Reporter: Steve Jones


MessageContext.getSoapAction() doesn't work, the value is always "" which means 
that a default method is selected on the server.  The correct value is stored 
in the axisOperation so if you replace the code to be

return this.getAxisOperation().getSoapAction();

instead then it all works fine.  The server code processes requests correctly 
the issue was on the client side invocation

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://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