[ 
https://issues.apache.org/jira/browse/AXIS2-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepal Jayasinghe resolved AXIS2-1328.
--------------------------------------

    Resolution: Fixed

fixed in the current SVN

> MessageContext.getSoapAction should reference AxisOperation
> -----------------------------------------------------------
>
>                 Key: AXIS2-1328
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1328
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.0
>         Environment: Windows, using the binary download (1.0)
>            Reporter: Steve Jones
>         Assigned To: Deepal Jayasinghe
>
> 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.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to