Author: objectiser
Date: 2010-02-12 12:43:58 -0500 (Fri, 12 Feb 2010)
New Revision: 497
Modified:
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_hello_world_header_wsdl/bpel/HelloWorld.bpel
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_hello_world_header_wsdl/messages/hello_response1.xml
trunk/samples/quickstart/hello_world_header_wsdl/bpelContent/HelloWorld.bpel
Log:
Updated WSDL header example and integration test to modify the returned header property.
Modified:
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_hello_world_header_wsdl/bpel/HelloWorld.bpel
===================================================================
---
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_hello_world_header_wsdl/bpel/HelloWorld.bpel 2010-02-12
15:54:16 UTC (rev 496)
+++
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_hello_world_header_wsdl/bpel/HelloWorld.bpel 2010-02-12
17:43:58 UTC (rev 497)
@@ -63,6 +63,10 @@
<from>concat($mesgVar,' World', ' conversationId=',
$conversationId)</from>
<to variable="myVar" part="TestPart"/>
</copy>
+ <copy>
+ <from>concat($conversationId,'6789')</from>
+ <to variable="myVar" part="conversationId"/>
+ </copy>
</assign>
<reply name="end"
partnerLink="helloPartnerLink"
Modified:
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_hello_world_header_wsdl/messages/hello_response1.xml
===================================================================
---
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_hello_world_header_wsdl/messages/hello_response1.xml 2010-02-12
15:54:16 UTC (rev 496)
+++
trunk/integration-tests/src/test/resources/samples/Quickstart_bpel_hello_world_header_wsdl/messages/hello_response1.xml 2010-02-12
17:43:58 UTC (rev 497)
@@ -1 +1 @@
-<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
xmlns:ns='http://www.jboss.org/cid'>12345</ns:conversationI...
xmlns:odens='http://www.jboss.org/bpel/examples/wsdl'><Test...
World
conversationId=12345</TestPart></odens:helloResponse></env:Body></env:Envelope>
\ No newline at end of file
+<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:...
xmlns:ns='http://www.jboss.org/cid'>123456789</ns:conversat...
xmlns:odens='http://www.jboss.org/bpel/examples/wsdl'><Test...
World
conversationId=12345</TestPart></odens:helloResponse></env:Body></env:Envelope>
\ No newline at end of file
Modified: trunk/samples/quickstart/hello_world_header_wsdl/bpelContent/HelloWorld.bpel
===================================================================
---
trunk/samples/quickstart/hello_world_header_wsdl/bpelContent/HelloWorld.bpel 2010-02-12
15:54:16 UTC (rev 496)
+++
trunk/samples/quickstart/hello_world_header_wsdl/bpelContent/HelloWorld.bpel 2010-02-12
17:43:58 UTC (rev 497)
@@ -63,6 +63,10 @@
<from>concat($mesgVar,' World', ' conversationId=',
$conversationId)</from>
<to variable="myVar" part="TestPart"/>
</copy>
+ <copy>
+ <from>concat($conversationId,'6789')</from>
+ <to variable="myVar" part="conversationId"/>
+ </copy>
</assign>
<reply name="end"
partnerLink="helloPartnerLink"