Author: chamikara
Date: Thu Sep 7 03:34:54 2006
New Revision: 441049
URL: http://svn.apache.org/viewvc?view=rev&rev=441049
Log:
xml files representing MakeConnection and MessagePending messages.
Added:
webservices/sandesha/trunk/java/test-resources/MakeConnection.xml
webservices/sandesha/trunk/java/test-resources/MessagePending.xml
Added: webservices/sandesha/trunk/java/test-resources/MakeConnection.xml
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/test-resources/MakeConnection.xml?view=auto&rev=441049
==============================================================================
--- webservices/sandesha/trunk/java/test-resources/MakeConnection.xml (added)
+++ webservices/sandesha/trunk/java/test-resources/MakeConnection.xml Thu Sep
7 03:34:54 2006
@@ -0,0 +1,15 @@
+<S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope"
+xmlns:wsrm="http://docs.oasis-open.org/ws-rx/wsrm/200608"
+xmlns:wsa="http://www.w3.org/2005/08/addressing">
+<S:Header>
+<wsa:Action>http://docs.oasis-open.org/wsrx/
+wsrm/200608/MakeConnection</wsa:Action>
+<wsa:To> http://example.org/subscriptionService </wsa:To>
+</S:Header>
+<S:Body>
+<wsrm:MakeConnection>
+<wsrm:Identifier>urn:uuid:6367739C8350488CD411576188379313</wsrm:Identifier>
+<wsrm:Address>http://docs.oasis-open.org/wsrx/wsrm/200608/anonymous?id=550e8400-e29b-11d4-a716-446655440000</wsrm:Address>
+</wsrm:MakeConnection>
+</S:Body>
+</S:Envelope>s
Added: webservices/sandesha/trunk/java/test-resources/MessagePending.xml
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/test-resources/MessagePending.xml?view=auto&rev=441049
==============================================================================
--- webservices/sandesha/trunk/java/test-resources/MessagePending.xml (added)
+++ webservices/sandesha/trunk/java/test-resources/MessagePending.xml Thu Sep
7 03:34:54 2006
@@ -0,0 +1,15 @@
+<S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope"
+xmlns:wsrm="http://docs.oasis-open.org/ws-rx/wsrm/200608"
+xmlns:wsa="http://www.w3.org/2005/08/addressing">
+<S:Header>
+<wsa:Action> http://example.org/eventType1 </wsa:Action>
+<wsa:To>http://docs.oasis-open.org/wsrx/
+wsrm/200608/anonymous?id=550e8400-e29b-11d4-a716-446655440000</wsa:To>
+<wsrm:Sequence>
+<wsrm:Identifier> http://example.org/rmid-456 </wsrm:Identifier>
+</wsrm:Sequence>
+<wsrm:MessagePending pending="true"/>
+</S:Header>
+<S:Body>
+</S:Body>
+</S:Envelope>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]