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 ml...@apache.org on 2007/03/13 17:23:56 UTC

svn commit: r517755 - in /webservices/sandesha/trunk/java/test-resources: MakeConnection.xml MessagePending.xml

Author: mlovett
Date: Tue Mar 13 09:23:56 2007
New Revision: 517755

URL: http://svn.apache.org/viewvc?view=rev&rev=517755
Log:
Switch test xml files to soap 1.1 to work around a unit test failure

Modified:
    webservices/sandesha/trunk/java/test-resources/MakeConnection.xml
    webservices/sandesha/trunk/java/test-resources/MessagePending.xml

Modified: webservices/sandesha/trunk/java/test-resources/MakeConnection.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/test-resources/MakeConnection.xml?view=diff&rev=517755&r1=517754&r2=517755
==============================================================================
--- webservices/sandesha/trunk/java/test-resources/MakeConnection.xml (original)
+++ webservices/sandesha/trunk/java/test-resources/MakeConnection.xml Tue Mar 13 09:23:56 2007
@@ -1,4 +1,4 @@
-<S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope"
+<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:wsrm="http://docs.oasis-open.org/ws-rx/wsrm/200702"
 xmlns:wsmc="http://docs.oasis-open.org/ws-rx/wsmc/200702"
 xmlns:wsa="http://www.w3.org/2005/08/addressing">
@@ -13,4 +13,4 @@
 <wsmc:Address>http://docs.oasis-open.org/wsrx/wsrm/200702/anonymous?id=550e8400-e29b-11d4-a716-446655440000</wsmc:Address>
 </wsmc:MakeConnection>
 </S:Body>
-</S:Envelope>s
+</S:Envelope>

Modified: webservices/sandesha/trunk/java/test-resources/MessagePending.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/test-resources/MessagePending.xml?view=diff&rev=517755&r1=517754&r2=517755
==============================================================================
--- webservices/sandesha/trunk/java/test-resources/MessagePending.xml (original)
+++ webservices/sandesha/trunk/java/test-resources/MessagePending.xml Tue Mar 13 09:23:56 2007
@@ -1,4 +1,4 @@
-<S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope"
+<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:wsrm="http://docs.oasis-open.org/ws-rx/wsrm/200702"
 xmlns:wsmc="http://docs.oasis-open.org/ws-rx/wsmc/200702"
 xmlns:wsa="http://www.w3.org/2005/08/addressing">



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org