From 48209b6ab2d93ec394128ff1a9f1312a8f06e602 Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 22 Mar 2010 15:35:58 +0000 Subject: Update the bpel sample bpel script and wsdl to match the bpel itest, and comment out the message processing and hard code the response while its not working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926137 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/helloworld.bpel | 45 +++++++++++----------- .../src/main/resources/helloworld.wsdl | 24 +++++++++--- 2 files changed, 41 insertions(+), 28 deletions(-) (limited to 'sca-java-2.x/trunk/samples/helloworld-bpel/src') diff --git a/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel b/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel index 19afe61fd3..112b730cd5 100644 --- a/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel +++ b/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel @@ -18,23 +18,24 @@ --> + expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0" xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"> + namespace="http://testing/"/> - + - + + @@ -44,35 +45,35 @@ partnerLink="helloPartnerLink" portType="test:HelloPortType" operation="hello" - variable="myVar" + variable="helloMessage" createInstance="yes"/> - concat($myVar.TestPart/test:message/text(), ' World') + + concat('Hello ', 'world') - - - $tmpVar - - + + Dummy + + - - - --> + + - $tmpVar - $myVar.TestPart/test:message + + $helloMessageResponse.TestResponse/test:messageResponse - + variable="helloMessageResponse"/> diff --git a/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.wsdl b/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.wsdl index 46cf381577..cf966264ef 100644 --- a/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.wsdl +++ b/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.wsdl @@ -18,10 +18,10 @@ ~ under the License. --> - @@ -40,7 +40,15 @@ - + + + + + + + + + @@ -48,10 +56,14 @@ + + + + - + -- cgit v1.2.3