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 "Scott Kurz (JIRA)" <ji...@apache.org> on 2008/05/09 23:55:55 UTC

[jira] Updated: (AXIS2-3795) Unqualified SOAP Action no longer works

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

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

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






  was:
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.     

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:






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