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/ExceptionTest.composite | 23 ++++ .../src/main/resources/intracomposite.composite | 44 ++++++ .../resources/wsdl.sdo/StockExceptionTest.wsdl | 141 ++++++++++++++++++++ .../main/resources/wsdl/StockExceptionTest.wsdl | 148 +++++++++++++++++++++ .../src/main/resources/xsd/StockExceptionTest.xsd | 65 +++++++++ 5 files changed, 421 insertions(+) create mode 100644 branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/ExceptionTest.composite create mode 100644 branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/intracomposite.composite create mode 100644 branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl create mode 100644 branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/wsdl/StockExceptionTest.wsdl create mode 100644 branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/xsd/StockExceptionTest.xsd (limited to 'branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources') diff --git a/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/ExceptionTest.composite b/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/ExceptionTest.composite new file mode 100644 index 0000000000..acecdff613 --- /dev/null +++ b/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/ExceptionTest.composite @@ -0,0 +1,23 @@ + + + + + diff --git a/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/intracomposite.composite b/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/intracomposite.composite new file mode 100644 index 0000000000..d571c7b44f --- /dev/null +++ b/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/intracomposite.composite @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl b/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl new file mode 100644 index 0000000000..d70cdad313 --- /dev/null +++ b/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/wsdl/StockExceptionTest.wsdl b/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/wsdl/StockExceptionTest.wsdl new file mode 100644 index 0000000000..40e87953b6 --- /dev/null +++ b/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/wsdl/StockExceptionTest.wsdl @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/xsd/StockExceptionTest.xsd b/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/xsd/StockExceptionTest.xsd new file mode 100644 index 0000000000..9759647cfe --- /dev/null +++ b/branches/sca-java-1.0/itest/exceptions-cross-binding-ws/src/main/resources/xsd/StockExceptionTest.xsd @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3