From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/example.composite | 50 ++++++++ .../src/main/resources/wsdl/ExampleService.wsdl | 133 +++++++++++++++++++++ .../main/resources/wsdl/ExampleServiceTypes.xsd | 33 +++++ 3 files changed, 216 insertions(+) create mode 100644 sandbox/sebastien/java/sca-node/itest/promotion-interface-missmatch/src/main/resources/example.composite create mode 100644 sandbox/sebastien/java/sca-node/itest/promotion-interface-missmatch/src/main/resources/wsdl/ExampleService.wsdl create mode 100644 sandbox/sebastien/java/sca-node/itest/promotion-interface-missmatch/src/main/resources/wsdl/ExampleServiceTypes.xsd (limited to 'sandbox/sebastien/java/sca-node/itest/promotion-interface-missmatch/src/main/resources') diff --git a/sandbox/sebastien/java/sca-node/itest/promotion-interface-missmatch/src/main/resources/example.composite b/sandbox/sebastien/java/sca-node/itest/promotion-interface-missmatch/src/main/resources/example.composite new file mode 100644 index 0000000000..cddf951d65 --- /dev/null +++ b/sandbox/sebastien/java/sca-node/itest/promotion-interface-missmatch/src/main/resources/example.composite @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/sca-node/itest/promotion-interface-missmatch/src/main/resources/wsdl/ExampleService.wsdl b/sandbox/sebastien/java/sca-node/itest/promotion-interface-missmatch/src/main/resources/wsdl/ExampleService.wsdl new file mode 100644 index 0000000000..a8ccde2e11 --- /dev/null +++ b/sandbox/sebastien/java/sca-node/itest/promotion-interface-missmatch/src/main/resources/wsdl/ExampleService.wsdl @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/sca-node/itest/promotion-interface-missmatch/src/main/resources/wsdl/ExampleServiceTypes.xsd b/sandbox/sebastien/java/sca-node/itest/promotion-interface-missmatch/src/main/resources/wsdl/ExampleServiceTypes.xsd new file mode 100644 index 0000000000..191accc052 --- /dev/null +++ b/sandbox/sebastien/java/sca-node/itest/promotion-interface-missmatch/src/main/resources/wsdl/ExampleServiceTypes.xsd @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3