You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2007/02/08 11:49:06 UTC

[jira] Resolved: (AXIS2-1328) MessageContext.getSoapAction should reference AxisOperation

     [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org