From 2c1339148c530e184d658add8de6f30c55d0513a Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 19 May 2009 06:24:57 +0000 Subject: Tag 1.5 RC0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776200 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/ExceptionTest.composite | 25 ++++ .../src/main/resources/intracomposite.composite | 35 +++++ .../resources/wsdl.sdo/StockExceptionTest.wsdl | 141 ++++++++++++++++++++ .../main/resources/wsdl/StockExceptionTest.wsdl | 148 +++++++++++++++++++++ .../src/main/resources/xsd/StockExceptionTest.xsd | 65 +++++++++ 5 files changed, 414 insertions(+) create mode 100644 tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/ExceptionTest.composite create mode 100644 tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/intracomposite.composite create mode 100644 tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl create mode 100644 tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/wsdl/StockExceptionTest.wsdl create mode 100644 tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/xsd/StockExceptionTest.xsd (limited to 'tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources') diff --git a/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/ExceptionTest.composite b/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/ExceptionTest.composite new file mode 100644 index 0000000000..872fd721d1 --- /dev/null +++ b/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/ExceptionTest.composite @@ -0,0 +1,25 @@ + + + + + + + diff --git a/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/intracomposite.composite b/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/intracomposite.composite new file mode 100644 index 0000000000..83526cb6a1 --- /dev/null +++ b/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/intracomposite.composite @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl b/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl new file mode 100644 index 0000000000..d70cdad313 --- /dev/null +++ b/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/wsdl/StockExceptionTest.wsdl b/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/wsdl/StockExceptionTest.wsdl new file mode 100644 index 0000000000..33b830c856 --- /dev/null +++ b/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/wsdl/StockExceptionTest.wsdl @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/xsd/StockExceptionTest.xsd b/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/xsd/StockExceptionTest.xsd new file mode 100644 index 0000000000..9759647cfe --- /dev/null +++ b/tags/java/sca/1.5/itest/exceptions-cross-binding/src/main/resources/xsd/StockExceptionTest.xsd @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3