From e5b7380c874745c989d1816b8f552504f038e1bc Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 26 Sep 2013 20:33:20 +0000 Subject: 2.0 branch for possible maintenance release git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1526672 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/helloworld/helloworld.bpel | 78 ++++++++++++++++++ .../test/resources/helloworld/helloworld.composite | 36 +++++++++ .../src/test/resources/helloworld/helloworld.wsdl | 94 ++++++++++++++++++++++ 3 files changed, 208 insertions(+) create mode 100644 sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.bpel create mode 100644 sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.composite create mode 100644 sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.wsdl (limited to 'sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld/src/test/resources/helloworld') diff --git a/sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.bpel b/sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.bpel new file mode 100644 index 0000000000..156e32e9ee --- /dev/null +++ b/sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.bpel @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + concat($helloMessage.TestPart/test:message/text(), ' World') + + + + + + + + Dummy + + + + + + + + $helloMessageResponse.TestResponse/test:messageResponse + + + + + diff --git a/sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.composite b/sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.composite new file mode 100644 index 0000000000..96ec8b24b7 --- /dev/null +++ b/sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.composite @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.wsdl b/sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.wsdl new file mode 100644 index 0000000000..c77318e8fd --- /dev/null +++ b/sca-java-2.x/branches/2.0/testing/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.wsdl @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3