WS-ReliableMessaging never responds to MakeConnection request
-------------------------------------------------------------
Key: WSAS-814
URL: https://wso2.org/jira/browse/WSAS-814
Project: WSO2 WSAS
Issue Type: Bug
Components: core
Environment: WSOS2 WSAS 3.0 and 3.0.1
Reporter: David Carver
Assignee: Afkham Azeez
During a WS-ReliableMessaging conversation, the initial create sequence is
successful, but the following MakeConnection request that comes in from the
client to the service is never responded to. The Client will continue to try
about 20 more times and finally times out.
Client:
1. <soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
2. <soapenv:Header>
3. <wsa:To
xmlns:wsa="http://www.w3.org/2005/08/addressing">http://192.168.0.100:9763/services/WebService</wsa:To>
4. <wsa:ReplyTo xmlns:wsa="http://www.w3.org/2005/08/addressing">
5.
<wsa:Address>http://docs.oasis-open.org/ws-rx/wsmc/200702/anonymous?id=urn:uuid:A8E4B8E3DDE6A964581236136119559</wsa:Address>
6. </wsa:ReplyTo>
7. <wsa:MessageID
xmlns:wsa="http://www.w3.org/2005/08/addressing">urn:uuid:A8E4B8E3DDE6A964581236136119607</wsa:MessageID>
8. <wsa:Action
xmlns:wsa="http://www.w3.org/2005/08/addressing">http://docs.oasis-open.org/ws-rx/wsrm/200702/CreateSequence</wsa:Action>
9. </soapenv:Header>
10. <soapenv:Body>
11. <wsrm:CreateSequence
xmlns:wsrm="http://docs.oasis-open.org/ws-rx/wsrm/200702">
12. <wsrm:AcksTo>
13. <wsa:Address
xmlns:wsa="http://www.w3.org/2005/08/addressing">http://docs.oasis-open.org/ws-rx/wsmc/200702/anonymous?id=urn:uuid:A8E4B8E3DDE6A964581236136119559</wsa:Address>
14. </wsrm:AcksTo>
15. </wsrm:CreateSequence>
16. </soapenv:Body>
17. </soapenv:Envelope>
Server:
1. <soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
2. <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
3.
<wsa:To>http://docs.oasis-open.org/ws-rx/wsmc/200702/anonymous?id=urn:uuid:A8E4B8E3DDE6A964581236136119559</wsa:To>
4.
<wsa:MessageID>urn:uuid:63B35B361B750E99841236136122532</wsa:MessageID>
5.
<wsa:Action>http://docs.oasis-open.org/ws-rx/wsrm/200702/CreateSequenceResponse</wsa:Action>
6.
<wsa:RelatesTo>urn:uuid:A8E4B8E3DDE6A964581236136119607</wsa:RelatesTo>
7. </soapenv:Header>
8. <soapenv:Body>
9. <wsrm:CreateSequenceResponse
xmlns:wsrm="http://docs.oasis-open.org/ws-rx/wsrm/200702">
10.
<wsrm:Identifier>urn:uuid:63B35B361B750E99841236136122531</wsrm:Identifier>
11. </wsrm:CreateSequenceResponse>
12. </soapenv:Body>
13. </soapenv:Envelope>
Client:
1. <soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
2. <soapenv:Header>
3. <wsa:To
xmlns:wsa="http://www.w3.org/2005/08/addressing">http://192.168.0.100:9763/services/WebService</wsa:To>
4. <wsa:MessageID
xmlns:wsa="http://www.w3.org/2005/08/addressing">urn:uuid:A8E4B8E3DDE6A964581236136121115</wsa:MessageID>
5. <wsa:Action
xmlns:wsa="http://www.w3.org/2005/08/addressing">http://docs.oasis-open.org/ws-rx/wsmc/200702/MakeConnection</wsa:Action>
6. </soapenv:Header>
7. <soapenv:Body>
8. <wsmc:MakeConnection
xmlns:wsmc="http://docs.oasis-open.org/ws-rx/wsmc/200702">
9.
<wsmc:Address>http://docs.oasis-open.org/ws-rx/wsmc/200702/anonymous?id=urn:uuid:A8E4B8E3DDE6A964581236136119559</wsmc:Address>
10. </wsmc:MakeConnection>
11. </soapenv:Body>
12. </soapenv:Envelope>
Server:
No Response
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Wsas-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev