Rm 1.0 oneway annonymous service does not interop with .net client
------------------------------------------------------------------
Key: SANDESHA2C-56
URL: https://issues.apache.org/jira/browse/SANDESHA2C-56
Project: Sandesha2/C
Issue Type: Bug
Reporter: Manjula Peiris
This happens because .net client sends a last message at the end and
Sandesha2/C just sends 200 ok .
Following is the last message .net client is sending.
POST /axis2/services/rm_interop_service HTTP/1.1
Content-Type: application/soap+xml; charset=utf-8
Host: 127.0.0.1:9090
Content-Length: 551
Expect: 100-continue
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"
xmlns:r="http://schemas.xmlsoap.org/ws/2005/02/rm"
xmlns:a="http://www.w3.org/2005/08/addressing">
<s:Header>
<r:Sequence s:mustUnderstand="1">
<r:Identifier>566e585c-7492-1dd1-3c9c-00188bca8067</r:Identifier>
<r:MessageNumber>4</r:MessageNumber>
<r:LastMessage/>
</r:Sequence>
<a:Action
s:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2005/02/rm/LastMessage</a:Action>
<a:To
s:mustUnderstand="1">http://10.15.200.8:9090/axis2/services/rm_interop_service</a:To>
</s:Header>
<s:Body/></s:Envelope>
finally .net client sends the following fault.
POST /axis2/services/rm_interop_service HTTP/1.1
Content-Type: application/soap+xml; charset=utf-8
Host: 127.0.0.1:9090
Content-Length: 767
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://www.w3.org/2005/08/addressing/soap/fault</a:Action>
<a:To
s:mustUnderstand="1">http://10.15.200.8:9090/axis2/services/rm_interop_service</a:To>
</s:Header>
<s:Body>
<s:Fault>
<s:Code>
<s:Value>s:Receiver</s:Value>
<s:Subcode>
<s:Value
xmlns:a="http://schemas.xmlsoap.org/ws/2005/02/rm">a:SequenceTerminated</s:Value>
</s:Subcode>
</s:Code>
<s:Reason>
<s:Text xml:lang="en-US">Due to a user abort the reliable session
cannot continue.</s:Text>
</s:Reason>
<s:Detail>
<r:Identifier
xmlns:r="http://schemas.xmlsoap.org/ws/2005/02/rm">566e585c-7492-1dd1-3c9c-00188bca8067</r:Identifier>
</s:Detail>
</s:Fault>
</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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]