You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by "Manjula Peiris (JIRA)" <ji...@apache.org> on 2008/08/28 02:50:44 UTC

[jira] Created: (SANDESHA2C-59) rm oneway annonymous request reply fails due to invalid action in the sandesha2/C servers response.

rm oneway annonymous request reply fails due to invalid action in the sandesha2/C servers response.
---------------------------------------------------------------------------------------------------

                 Key: SANDESHA2C-59
                 URL: https://issues.apache.org/jira/browse/SANDESHA2C-59
             Project: Sandesha2/C
          Issue Type: Bug
            Reporter: Manjula Peiris


The action of the following response message is wrong.

TTP/1.1 200 OK

Date: Thu Aug 28 06:14:00 2008 GMT

Server: Axis2C/1.5.0 (Simple Axis2 HTTP Server)

Content-Type: application/soap+xml;charset=utf-8

Content-Length: 1422



<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
   <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
      <wsrm:Sequence xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm" soapenv:mustUnderstand="1">
         <wsrm:Identifier>urn:uuid:1804230f-fceb-4505-b358-edc73bad9eab</wsrm:Identifier>
         <wsrm:MessageNumber>1</wsrm:MessageNumber>
      </wsrm:Sequence>
      <wsrm:SequenceAcknowledgement xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm" soapenv:mustUnderstand="0">
         <wsrm:Identifier>64688542-749a-1dd1-3278-00188bca8067</wsrm:Identifier>
         <wsrm:AcknowledgementRange Lower="1" Upper="1"></wsrm:AcknowledgementRange>
      </wsrm:SequenceAcknowledgement>
      <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To>
      <wsa:Action>urn:wsrm:EchoString</wsa:Action>
      <wsa:ReplyTo>
         <wsa:Address>http://10.15.200.8:9090/axis2/services/rm_twoway_interop_service</wsa:Address>
      </wsa:ReplyTo>
      <wsa:From>
         <wsa:Address>http://10.15.200.8:9090/axis2/services/rm_twoway_interop_service</wsa:Address>
      </wsa:From>
      <wsa:MessageID>urn:uuid:67894482-749a-1dd1-327e-00188bca8067</wsa:MessageID>
      <wsa:RelatesTo wsa:RelationshipType="http://www.w3.org/2005/08/addressing/reply">urn:uuid:45265b15-8e9f-4c11-9d8b-8bf3c5abd665</wsa:RelatesTo>
   </soapenv:Header>
   <soapenv:Body>
      <ns1:echoStringResponse xmlns:ns1="http://tempuri.org/">
         <ns1:EchoStringReturn>Microsoft-Hello</ns1:EchoStringReturn>
      </ns1:echoStringResponse>
   </soapenv:Body></soapenv:Envelope>



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


[jira] Resolved: (SANDESHA2C-59) rm oneway annonymous request reply fails due to invalid action in the sandesha2/C servers response.

Posted by "Manjula Peiris (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANDESHA2C-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manjula Peiris resolved SANDESHA2C-59.
--------------------------------------

    Resolution: Fixed

> rm oneway annonymous request reply fails due to invalid action in the sandesha2/C servers response.
> ---------------------------------------------------------------------------------------------------
>
>                 Key: SANDESHA2C-59
>                 URL: https://issues.apache.org/jira/browse/SANDESHA2C-59
>             Project: Sandesha2/C
>          Issue Type: Bug
>            Reporter: Manjula Peiris
>
> The action of the following response message is wrong.
> TTP/1.1 200 OK
> Date: Thu Aug 28 06:14:00 2008 GMT
> Server: Axis2C/1.5.0 (Simple Axis2 HTTP Server)
> Content-Type: application/soap+xml;charset=utf-8
> Content-Length: 1422
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
>    <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
>       <wsrm:Sequence xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm" soapenv:mustUnderstand="1">
>          <wsrm:Identifier>urn:uuid:1804230f-fceb-4505-b358-edc73bad9eab</wsrm:Identifier>
>          <wsrm:MessageNumber>1</wsrm:MessageNumber>
>       </wsrm:Sequence>
>       <wsrm:SequenceAcknowledgement xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm" soapenv:mustUnderstand="0">
>          <wsrm:Identifier>64688542-749a-1dd1-3278-00188bca8067</wsrm:Identifier>
>          <wsrm:AcknowledgementRange Lower="1" Upper="1"></wsrm:AcknowledgementRange>
>       </wsrm:SequenceAcknowledgement>
>       <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To>
>       <wsa:Action>urn:wsrm:EchoString</wsa:Action>
>       <wsa:ReplyTo>
>          <wsa:Address>http://10.15.200.8:9090/axis2/services/rm_twoway_interop_service</wsa:Address>
>       </wsa:ReplyTo>
>       <wsa:From>
>          <wsa:Address>http://10.15.200.8:9090/axis2/services/rm_twoway_interop_service</wsa:Address>
>       </wsa:From>
>       <wsa:MessageID>urn:uuid:67894482-749a-1dd1-327e-00188bca8067</wsa:MessageID>
>       <wsa:RelatesTo wsa:RelationshipType="http://www.w3.org/2005/08/addressing/reply">urn:uuid:45265b15-8e9f-4c11-9d8b-8bf3c5abd665</wsa:RelatesTo>
>    </soapenv:Header>
>    <soapenv:Body>
>       <ns1:echoStringResponse xmlns:ns1="http://tempuri.org/">
>          <ns1:EchoStringReturn>Microsoft-Hello</ns1:EchoStringReturn>
>       </ns1:echoStringResponse>
>    </soapenv:Body></soapenv:Envelope>

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