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

Scott Kurz updated AXIS2-3795:
------------------------------

    Attachment: guessAndGreet.wsdl

Here's a sample WSDL if it helps

> Unqualified SOAP Action no longer works
> ---------------------------------------
>
>                 Key: AXIS2-3795
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3795
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Scott Kurz
>            Priority: Minor
>         Attachments: guessAndGreet.wsdl
>
>
> I noticed that an unqualified soapAction, e.g.:
>     ....
>     <wsdl:binding name="GuessAndGreetSoapBinding" type="tns:GuessAndGreet">
>         <wsdlsoap:binding style="document" 
> transport="http://schemas.xmlsoap.org/soap/http"/>
>         <wsdl:operation name="sendGuessAndName">
>             <wsdlsoap:operation soapAction="sendGuessAndName"/>
>              ....
> used to work but now does not.     (Not sure exactly of the earlier working 
> versions and now I'm on some 1.4 build).
> The failure happens as my ServiceClient sends this in the SOAP envelope:
>   <wsa:Action>urn:getGreetings</wsa:Action>
> which the engine can't match against anything on the service side, throwing 
> an exc:
> org.apache.axis2.addressing.AddressingFaultsHelper 
> triggerActionNotSupportedFault triggerActionNotSupportedFault: 
> messageContext: [MessageContext: 
> logID=urn:uuid:2EF546E3E9D1FEA1C31210364327358] problemAction: 
> urn:getGreetings
> I'm guessing this is a bug rather than a conscious decision to not support 
> this style soapAction in Axis2, but I haven't been following  discussions so 
> I'm not sure.
> Thanks, Scott

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