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/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 branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/ExceptionTest.composite create mode 100644 branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/intracomposite.composite create mode 100644 branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl create mode 100644 branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/wsdl/StockExceptionTest.wsdl create mode 100644 branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/xsd/StockExceptionTest.xsd (limited to 'branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources') diff --git a/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/ExceptionTest.composite b/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/ExceptionTest.composite new file mode 100644 index 0000000000..872fd721d1 --- /dev/null +++ b/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/ExceptionTest.composite @@ -0,0 +1,25 @@ + + + + + + + diff --git a/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/intracomposite.composite b/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/intracomposite.composite new file mode 100644 index 0000000000..83526cb6a1 --- /dev/null +++ b/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/intracomposite.composite @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + diff --git a/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl b/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl new file mode 100644 index 0000000000..d70cdad313 --- /dev/null +++ b/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/wsdl/StockExceptionTest.wsdl b/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/wsdl/StockExceptionTest.wsdl new file mode 100644 index 0000000000..33b830c856 --- /dev/null +++ b/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/wsdl/StockExceptionTest.wsdl @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/xsd/StockExceptionTest.xsd b/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/xsd/StockExceptionTest.xsd new file mode 100644 index 0000000000..9759647cfe --- /dev/null +++ b/branches/sca-trunk-20080910/itest/exceptions-cross-binding/src/main/resources/xsd/StockExceptionTest.xsd @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3