Author: heiko.braun(a)jboss.com
Date: 2007-06-13 10:53:45 -0400 (Wed, 13 Jun 2007)
New Revision: 3574
Modified:
branches/jbossws-2.0/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/SOAPAddressingPropertiesTestCase.java
Log:
Missing merge operation
Modified:
branches/jbossws-2.0/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/SOAPAddressingPropertiesTestCase.java
===================================================================
---
branches/jbossws-2.0/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/SOAPAddressingPropertiesTestCase.java 2007-06-13
14:53:02 UTC (rev 3573)
+++
branches/jbossws-2.0/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/SOAPAddressingPropertiesTestCase.java 2007-06-13
14:53:45 UTC (rev 3574)
@@ -51,7 +51,6 @@
private String reqEnvStr = "<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>"
+ " <env:Header
xmlns:wsa='http://www.w3.org/2005/08/addressing'>"
- + "
<wsa:Action>http://fabrikam123.example/SubmitPO</wsa:Action>"
+ "
<wsa:To>http://fabrikam123.example/Purchasing</wsa:To>"
+ " <wsa:ReplyTo>"
+ "
<wsa:Address>http://business456.example/client1</wsa:Address>"
@@ -59,6 +58,7 @@
+ " <ns1:sessionid
xmlns:ns1='http://somens'>someuniqueid</ns1:sessionid>"
+ " </wsa:ReferenceParameters>"
+ " </wsa:ReplyTo>"
+ + "
<wsa:Action>http://fabrikam123.example/SubmitPO</wsa:Action>"
+ "
<wsa:MessageID>uuid:6B29FC40-CA47-1067-B31D-00DD010662DA</wsa:MessageID>"
+ " </env:Header>"
+ " <env:Body/>"
@@ -66,8 +66,8 @@
private String resEnvStr = "<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
" <env:Header
xmlns:wsa='http://www.w3.org/2005/08/addressing'>" +
+ " <wsa:To>http://business456.example/client1</wsa:To>" +
"
<wsa:Action>http://fabrikam123.example/ReplyPO</wsa:Action>" +
- " <wsa:To>http://business456.example/client1</wsa:To>"
+
"
<wsa:RelatesTo>uuid:6B29FC40-CA47-1067-B31D-00DD010662DA</wsa:RelatesTo>"
+
" <ns1:sessionid wsa:IsReferenceParameter='true'
xmlns:ns1='http://somens'>someuniqueid</ns1:sessionid>" +
" </env:Header>" +