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 "Mike Rheinheimer (JIRA)" <ji...@apache.org> on 2008/07/24 22:19:31 UTC

[jira] Commented: (AXIS2-3943) server outbound message populated with incorrect HTTP SOAP Action header

    [ https://issues.apache.org/jira/browse/AXIS2-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616629#action_12616629 ] 

Mike Rheinheimer commented on AXIS2-3943:
-----------------------------------------

I went ahead and checked in the revert in SVN rev 679527.

I'll leave the Jira open for Deepal's (or other's) opinions, and we can close it as resolved once everyone is satisfied.  :)

I'm satisfied.

> server outbound message populated with incorrect HTTP SOAP Action header
> ------------------------------------------------------------------------
>
>                 Key: AXIS2-3943
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3943
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Mike Rheinheimer
>
> Recently, Deepal made a change to org.apache.axis2.description.AxisOperation.getSoapAction() in SVN rev 670462 to call getInputAction() instead of return soapAction:
> http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisOperation.java?r1=645181&r2=670462
> The latest CTS run has a server side inbound handler that shows a failure:
> 194932 [7/23/08 9:57:31:662 CDT] 0000002e SystemOut     O   result=FAILED: unex
> pected value found in HTTP SOAPAction:[["http://w2jrlr2745testservice.org/W2JRLR
> 2745TestService.wsdl/W2JRLR2745TestOne/echoStringResponse"]]
> So, I think this means that the client is populating the message with an incorrect soap action header, due to the above mentioned change. 
> I would guess there are two possible fixes:
> 1)  make getSoapAction method "direction aware" so it can call getInputAction() or getOutputAction() as appropriate
> 2)  revert the change in 670462 
> Deepal, your opinion?

-- 
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