From 28f92c6fc62f3bc0637ac77681aabcc8c0b5e42c Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 11 Sep 2008 04:12:24 +0000 Subject: Renaming branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694107 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/helloworld/deploy.xml | 30 ++++++++ .../src/test/resources/helloworld/greetings.wsdl | 87 ++++++++++++++++++++++ .../src/test/resources/helloworld/helloworld.bpel | 66 ++++++++++++++++ .../src/test/resources/helloworld/helloworld.wsdl | 82 ++++++++++++++++++++ 4 files changed, 265 insertions(+) create mode 100644 branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/deploy.xml create mode 100644 branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/greetings.wsdl create mode 100644 branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/helloworld.bpel create mode 100644 branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/helloworld.wsdl (limited to 'branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld') diff --git a/branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/deploy.xml b/branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/deploy.xml new file mode 100644 index 0000000000..571aa37d58 --- /dev/null +++ b/branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/deploy.xml @@ -0,0 +1,30 @@ + + + + + + true + + + + + diff --git a/branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/greetings.wsdl b/branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/greetings.wsdl new file mode 100644 index 0000000000..bcd3ea6afa --- /dev/null +++ b/branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/greetings.wsdl @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/helloworld.bpel b/branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/helloworld.bpel new file mode 100644 index 0000000000..8cf91adc2c --- /dev/null +++ b/branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/helloworld.bpel @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/helloworld.wsdl b/branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/helloworld.wsdl new file mode 100644 index 0000000000..1d71727b2d --- /dev/null +++ b/branches/sca-trunk-20080910/modules/implementation-bpel-ode/src/test/resources/helloworld/helloworld.wsdl @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3