From d3ac5452398816804b415521d521874fac9ca4f9 Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 2 Jul 2009 15:07:07 +0000 Subject: Updating wsdl/bpel files to avoid generating java artifacts utilizing holder pattern git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790615 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/helloworld/helloworld.bpel | 8 ++++---- .../src/test/resources/helloworld/helloworld.wsdl | 21 ++++++++++++++++----- 2 files changed, 20 insertions(+), 9 deletions(-) (limited to 'java/sca/itest/bpel/helloworld-reference') diff --git a/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel b/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel index 5ec2cc9f2e..b508f59bcf 100644 --- a/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel +++ b/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.bpel @@ -25,7 +25,7 @@ xmlns:helloworld="http://helloworld" xmlns:greetings="http://greetings" queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0" - expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"> + expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0" xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"> @@ -40,7 +40,7 @@ - + @@ -71,7 +71,7 @@ $greetingsResponse.parameters/greetings:getGreetingsReturn - $helloResponse.TestPart + $helloMessageResponse.TestPart @@ -79,6 +79,6 @@ operation="hello" partnerLink="helloPartnerLink" portType="helloworld:HelloWorld" - variable="helloResponse"/> + variable="helloMessageResponse"/> diff --git a/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl b/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl index 0f51b96b27..28c768dd8a 100644 --- a/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl +++ b/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.wsdl @@ -33,25 +33,36 @@ - - + + - - + + + + + + + + + + + + + - + -- cgit v1.2.3