Author: objectiser
Date: 2009-11-09 06:22:51 -0500 (Mon, 09 Nov 2009)
New Revision: 252
Modified:
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_hello_world/messages/hello_response1.xml
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_loan_approval/messages/loanresp1.xml
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_loan_approval/messages/loanresp2.xml
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_simple_correlation/messages/goodbye_response1.xml
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_simple_correlation/messages/hello_response1.xml
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_simple_invoke/messages/hello_response1.xml
Log:
Updated integration test results to reflect slight change in SOAP message format.
Modified:
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_hello_world/messages/hello_response1.xml
===================================================================
---
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_hello_world/messages/hello_response1.xml 2009-11-09
09:25:37 UTC (rev 251)
+++
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_hello_world/messages/hello_response1.xml 2009-11-09
11:22:51 UTC (rev 252)
@@ -1,3 +1 @@
-<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:wsdl='http://www.jboss.org/bpel/examples/wsdl'>
- <TestPart>Hello World</TestPart>
- </wsdl:hello></env:Body></env:Envelope>
\ No newline at end of file
+<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
xmlns:odens='http://www.jboss.org/bpel/examples/wsdl'><Test...
World</TestPart></odens:helloResponse></env:Body></env:Envelope>
\ No newline at end of file
Modified:
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_loan_approval/messages/loanresp1.xml
===================================================================
---
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_loan_approval/messages/loanresp1.xml 2009-11-09
09:25:37 UTC (rev 251)
+++
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_loan_approval/messages/loanresp1.xml 2009-11-09
11:22:51 UTC (rev 252)
@@ -1 +1 @@
-<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
\ No newline at end of file
+<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
xmlns:odens='http://example.com/loan-approval/wsdl/'><accep...
\ No newline at end of file
Modified:
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_loan_approval/messages/loanresp2.xml
===================================================================
---
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_loan_approval/messages/loanresp2.xml 2009-11-09
09:25:37 UTC (rev 251)
+++
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_loan_approval/messages/loanresp2.xml 2009-11-09
11:22:51 UTC (rev 252)
@@ -1 +1 @@
-<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
and Approved</accept></message></env:Body></env:Envelope>
\ No newline at end of file
+<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
xmlns:odens='http://example.com/loan-approval/wsdl/'><accep...
and
Approved</accept></odens:requestResponse></env:Body></env:Envelope>
\ No newline at end of file
Modified:
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_simple_correlation/messages/goodbye_response1.xml
===================================================================
---
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_simple_correlation/messages/goodbye_response1.xml 2009-11-09
09:25:37 UTC (rev 251)
+++
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_simple_correlation/messages/goodbye_response1.xml 2009-11-09
11:22:51 UTC (rev 252)
@@ -1,6 +1,3 @@
-<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:wsdl='http://www.jboss.org/bpel/examples/wsdl'>
- <ID>
+<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
xmlns:odens='http://www.jboss.org/bpel/examples/wsdl'><ID>
<id>1</id>
- </ID>
- <Message>Goodbye World</Message>
- </wsdl:goodbye></env:Body></env:Envelope>
\ No newline at end of file
+ </ID><Message>Goodbye
World</Message></odens:goodbyeResponse></env:Body></env:Envelope>
\ No newline at end of file
Modified:
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_simple_correlation/messages/hello_response1.xml
===================================================================
---
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_simple_correlation/messages/hello_response1.xml 2009-11-09
09:25:37 UTC (rev 251)
+++
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_simple_correlation/messages/hello_response1.xml 2009-11-09
11:22:51 UTC (rev 252)
@@ -1,6 +1,3 @@
-<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:wsdl='http://www.jboss.org/bpel/examples/wsdl'>
- <ID>
+<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
xmlns:odens='http://www.jboss.org/bpel/examples/wsdl'><ID>
<id>1</id>
- </ID>
- <Message>Hello World</Message>
- </wsdl:hello></env:Body></env:Envelope>
\ No newline at end of file
+ </ID><Message>Hello
World</Message></odens:helloResponse></env:Body></env:Envelope>
\ No newline at end of file
Modified:
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_simple_invoke/messages/hello_response1.xml
===================================================================
---
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_simple_invoke/messages/hello_response1.xml 2009-11-09
09:25:37 UTC (rev 251)
+++
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_simple_invoke/messages/hello_response1.xml 2009-11-09
11:22:51 UTC (rev 252)
@@ -1,3 +1 @@
-<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:wsdl='http://www.jboss.org/bpel/examples/wsdl'>
- <ToWhom>Hello ME. Sincerely, JBossWS and BPEL</ToWhom>
- </wsdl:sayHelloTo></env:Body></env:Envelope>
\ No newline at end of file
+<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
xmlns:odens='http://www.jboss.org/bpel/examples/wsdl'><ToWh... ME.
Sincerely, JBossWS and
BPEL</ToWhom></odens:sayHelloToResponse></env:Body></env:Envelope>
\ No newline at end of file