From 5a356c409f46f24dec68f4465a1389ae905cff9b Mon Sep 17 00:00:00 2001 From: lresende Date: Fri, 12 Jun 2009 07:56:39 +0000 Subject: Updating BPEL and WSDL to properly work with wsImport and not generate Holder style interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784024 13f79535-47bb-0310-9956-ffa450edef68 --- .../bpel/helloworld/src/test/resources/helloworld/helloworld.bpel | 7 ++++--- .../bpel/helloworld/src/test/resources/helloworld/helloworld.wsdl | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'java/sca/itest') diff --git a/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.bpel b/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.bpel index 8cf91adc2c..4f689afd89 100644 --- a/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.bpel +++ b/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.bpel @@ -24,7 +24,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:test="http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl" 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"> @@ -35,6 +35,7 @@ + @@ -54,13 +55,13 @@ concat($tmpVar,' World') - + + variable="helloMessageResponse"/> diff --git a/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.wsdl b/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.wsdl index 52c8b5b45f..c77318e8fd 100644 --- a/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.wsdl +++ b/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.wsdl @@ -56,14 +56,14 @@ - + - + -- cgit v1.2.3