Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0
-
None
-
None
-
Windows, using the binary download (1.0)
Description
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