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 03:02:44 UTC

[jira] Created: (SANDESHA2C-60) Sandesha2 service does not sends CreateSequenceResponse messages for RequestReply RM10 .net client requets

Sandesha2 service does not sends CreateSequenceResponse messages for RequestReply RM10 .net client requets
----------------------------------------------------------------------------------------------------------

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


Following is the client's create sequence messgae. Sandesha2/C does not send the CreateSequence response. 


POST /axis2/services/rm_twoway_interop_service HTTP/1.1

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

Host: 127.0.0.1:9090

Content-Length: 1394

Expect: 100-continue



<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
   <s:Header>
      <a:Action s:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequence</a:Action>
      <a:MessageID>urn:uuid:e7d294c2-b1d9-4173-92c1-9284609e0dad</a:MessageID>
      <ActivityId CorrelationId="7e30a07a-9410-415a-96c7-93bf2fa0f5f1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">cd38c82a-ad20-4347-b32b-258da2014a9b</ActivityId>
      <a:ReplyTo>
         <a:Address>http://[FE80:0000:0000:0000:3595:1651:B4C2:CF34]:8000/be66fc97-3858-476e-b790-9146cd8ae1eb/49a28f60-e106-480b-9b3d-01a3d469dfc9</a:Address>
         <a:ReferenceParameters>
            <ChannelInstance xmlns="http://schemas.microsoft.com/ws/2005/02/duplex">3</ChannelInstance>
         </a:ReferenceParameters>
      </a:ReplyTo>
      <a:To s:mustUnderstand="1">http://10.15.200.8:9090/axis2/services/rm_twoway_interop_service</a:To>
   </s:Header>
   <s:Body>
      <CreateSequence xmlns="http://schemas.xmlsoap.org/ws/2005/02/rm">
         <AcksTo>
            <a:Address>http://[FE80:0000:0000:0000:3595:1651:B4C2:CF34]:8000/be66fc97-3858-476e-b790-9146cd8ae1eb/49a28f60-e106-480b-9b3d-01a3d469dfc9</a:Address>
            <a:ReferenceParameters>
               <ChannelInstance xmlns="http://schemas.microsoft.com/ws/2005/02/duplex">3</ChannelInstance>
            </a:ReferenceParameters>
         </AcksTo>
         <Offer>
            <Identifier>urn:uuid:03d5b630-87b8-4171-a519-2a12fa6354fe</Identifier>
         </Offer>
      </CreateSequence>
   </s:Body></s: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] Commented: (SANDESHA2C-60) Sandesha2 service does not sends CreateSequenceResponse messages for RequestReply RM10 .net client requets

Posted by "Damitha Kumarage (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SANDESHA2C-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630604#action_12630604 ] 

Damitha Kumarage commented on SANDESHA2C-60:
--------------------------------------------

This is because Axis2/C addressing module does not handle addressing reference parameters. This is an issue with Axis2/C addressing module rather than Sandesha2/C. When this is fixed in Axis2/C addresing module,  test and close this issue.

> Sandesha2 service does not sends CreateSequenceResponse messages for RequestReply RM10 .net client requets
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: SANDESHA2C-60
>                 URL: https://issues.apache.org/jira/browse/SANDESHA2C-60
>             Project: Sandesha2/C
>          Issue Type: Bug
>            Reporter: Manjula Peiris
>
> Following is the client's create sequence messgae. Sandesha2/C does not send the CreateSequence response. 
> POST /axis2/services/rm_twoway_interop_service HTTP/1.1
> Content-Type: application/soap+xml; charset=utf-8
> Host: 127.0.0.1:9090
> Content-Length: 1394
> Expect: 100-continue
> <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
>    <s:Header>
>       <a:Action s:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequence</a:Action>
>       <a:MessageID>urn:uuid:e7d294c2-b1d9-4173-92c1-9284609e0dad</a:MessageID>
>       <ActivityId CorrelationId="7e30a07a-9410-415a-96c7-93bf2fa0f5f1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">cd38c82a-ad20-4347-b32b-258da2014a9b</ActivityId>
>       <a:ReplyTo>
>          <a:Address>http://[FE80:0000:0000:0000:3595:1651:B4C2:CF34]:8000/be66fc97-3858-476e-b790-9146cd8ae1eb/49a28f60-e106-480b-9b3d-01a3d469dfc9</a:Address>
>          <a:ReferenceParameters>
>             <ChannelInstance xmlns="http://schemas.microsoft.com/ws/2005/02/duplex">3</ChannelInstance>
>          </a:ReferenceParameters>
>       </a:ReplyTo>
>       <a:To s:mustUnderstand="1">http://10.15.200.8:9090/axis2/services/rm_twoway_interop_service</a:To>
>    </s:Header>
>    <s:Body>
>       <CreateSequence xmlns="http://schemas.xmlsoap.org/ws/2005/02/rm">
>          <AcksTo>
>             <a:Address>http://[FE80:0000:0000:0000:3595:1651:B4C2:CF34]:8000/be66fc97-3858-476e-b790-9146cd8ae1eb/49a28f60-e106-480b-9b3d-01a3d469dfc9</a:Address>
>             <a:ReferenceParameters>
>                <ChannelInstance xmlns="http://schemas.microsoft.com/ws/2005/02/duplex">3</ChannelInstance>
>             </a:ReferenceParameters>
>          </AcksTo>
>          <Offer>
>             <Identifier>urn:uuid:03d5b630-87b8-4171-a519-2a12fa6354fe</Identifier>
>          </Offer>
>       </CreateSequence>
>    </s:Body></s: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-60) Sandesha2 service does not sends CreateSequenceResponse messages for RequestReply RM10 .net client requets

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

Damitha Kumarage resolved SANDESHA2C-60.
----------------------------------------

    Resolution: Fixed

This is fixed now. The problem is that Axis2/C does not handle addressing reference parameters. Manjula has fixed this issue in Axis2/C.

> Sandesha2 service does not sends CreateSequenceResponse messages for RequestReply RM10 .net client requets
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: SANDESHA2C-60
>                 URL: https://issues.apache.org/jira/browse/SANDESHA2C-60
>             Project: Sandesha2/C
>          Issue Type: Bug
>            Reporter: Manjula Peiris
>
> Following is the client's create sequence messgae. Sandesha2/C does not send the CreateSequence response. 
> POST /axis2/services/rm_twoway_interop_service HTTP/1.1
> Content-Type: application/soap+xml; charset=utf-8
> Host: 127.0.0.1:9090
> Content-Length: 1394
> Expect: 100-continue
> <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
>    <s:Header>
>       <a:Action s:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequence</a:Action>
>       <a:MessageID>urn:uuid:e7d294c2-b1d9-4173-92c1-9284609e0dad</a:MessageID>
>       <ActivityId CorrelationId="7e30a07a-9410-415a-96c7-93bf2fa0f5f1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">cd38c82a-ad20-4347-b32b-258da2014a9b</ActivityId>
>       <a:ReplyTo>
>          <a:Address>http://[FE80:0000:0000:0000:3595:1651:B4C2:CF34]:8000/be66fc97-3858-476e-b790-9146cd8ae1eb/49a28f60-e106-480b-9b3d-01a3d469dfc9</a:Address>
>          <a:ReferenceParameters>
>             <ChannelInstance xmlns="http://schemas.microsoft.com/ws/2005/02/duplex">3</ChannelInstance>
>          </a:ReferenceParameters>
>       </a:ReplyTo>
>       <a:To s:mustUnderstand="1">http://10.15.200.8:9090/axis2/services/rm_twoway_interop_service</a:To>
>    </s:Header>
>    <s:Body>
>       <CreateSequence xmlns="http://schemas.xmlsoap.org/ws/2005/02/rm">
>          <AcksTo>
>             <a:Address>http://[FE80:0000:0000:0000:3595:1651:B4C2:CF34]:8000/be66fc97-3858-476e-b790-9146cd8ae1eb/49a28f60-e106-480b-9b3d-01a3d469dfc9</a:Address>
>             <a:ReferenceParameters>
>                <ChannelInstance xmlns="http://schemas.microsoft.com/ws/2005/02/duplex">3</ChannelInstance>
>             </a:ReferenceParameters>
>          </AcksTo>
>          <Offer>
>             <Identifier>urn:uuid:03d5b630-87b8-4171-a519-2a12fa6354fe</Identifier>
>          </Offer>
>       </CreateSequence>
>    </s:Body></s: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