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 "Jose Antonio (JIRA)" <ji...@apache.org> on 2007/04/23 12:44:15 UTC

[jira] Commented: (AXIS2-2571) SOAPAction mismatch invoking service

    [ https://issues.apache.org/jira/browse/AXIS2-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490895 ] 

Jose Antonio commented on AXIS2-2571:
-------------------------------------

I posted this issue in the Muse mailing list and they have told me that they don't touch the soapaction element at all. They only add the wsa:Action element (they don't use the WS-Addressing implementation that comes with Axis2). So i gess this is an Axis2 issue.

> SOAPAction mismatch invoking service
> ------------------------------------
>
>                 Key: AXIS2-2571
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2571
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: Ubuntu Linux 6.10, Sun JDK 1.4.2, Apache Tomcat 5.5.23
>            Reporter: Jose Antonio
>
> I'm trying to invoke an Axis2 service inside a Muse service. To do
> this I'm using the Axis2 service stub I generated but when I send a
> message I get the following:
> POST /axis2/services/RegistrationService HTTP/1.1
> SOAPAction: "http://docs.oasis-open.org/wscaf/2005/10/wscf/RegistrationServicePortType/addParticipantResponse"
> User-Agent: Axis2
> Host: 127.0.0.1:8081
> Transfer-Encoding: chunked
> Content-Type: text/xml; charset=UTF-8
> 545
> <?xml version='1.0' encoding='UTF-8'?>
>  <soapenv:Envelope xmlns:wsa="http://www.w3.org/2005/08/addressing"
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>     <soapenv:Header>
>        <wsa:To>http://localhost:8081/axis2/services/RegistrationService</wsa:To>
>        <wsa:ReplyTo>
>           <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
>        </wsa:ReplyTo>
>        <wsa:MessageID>urn:uuid:63015A36B234BC96B8117708283322511</wsa:MessageID>
>        <wsa:Action>http://docs.oasis-open.org/wscaf/2005/10/wscf/RegistrationServicePortType/addParticipant</wsa:Action>
>     </soapenv:Header>
> ........................
> As you can see, the SOAPAction and wsa Action elements are different
> and I don't know why. Using this same Stub in a local program I get
> the same text in both elements and the call succeed but using it in
> Muse gets this 'Response' part added.
> Is it a Muse or an Axis2 problem? Does Axis2 add a 'Response' element
> for every outgoing message in a service?

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