From c7b50e47dd1dd51a4c1c83f92cd28845853bef90 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 31 Jan 2009 08:59:12 +0000 Subject: Moving iTests that are not part of the main build to contrib git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739528 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/AccountService.wsdl | 479 +++++++++++++++++++++ .../wsdl2java/src/test/resources/EchoService.wsdl | 64 +++ .../wsdl2java/src/test/resources/EchoService.xsd | 40 ++ .../src/test/resources/StockExceptionTest.wsdl | 167 +++++++ 4 files changed, 750 insertions(+) create mode 100644 java/sca/contrib/itest/wsdl2java/src/test/resources/AccountService.wsdl create mode 100644 java/sca/contrib/itest/wsdl2java/src/test/resources/EchoService.wsdl create mode 100644 java/sca/contrib/itest/wsdl2java/src/test/resources/EchoService.xsd create mode 100644 java/sca/contrib/itest/wsdl2java/src/test/resources/StockExceptionTest.wsdl (limited to 'java/sca/contrib/itest/wsdl2java/src/test') diff --git a/java/sca/contrib/itest/wsdl2java/src/test/resources/AccountService.wsdl b/java/sca/contrib/itest/wsdl2java/src/test/resources/AccountService.wsdl new file mode 100644 index 0000000000..9e5650e7dd --- /dev/null +++ b/java/sca/contrib/itest/wsdl2java/src/test/resources/AccountService.wsdl @@ -0,0 +1,479 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/sca/contrib/itest/wsdl2java/src/test/resources/EchoService.wsdl b/java/sca/contrib/itest/wsdl2java/src/test/resources/EchoService.wsdl new file mode 100644 index 0000000000..50d580f299 --- /dev/null +++ b/java/sca/contrib/itest/wsdl2java/src/test/resources/EchoService.wsdl @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/java/sca/contrib/itest/wsdl2java/src/test/resources/EchoService.xsd b/java/sca/contrib/itest/wsdl2java/src/test/resources/EchoService.xsd new file mode 100644 index 0000000000..8069d4861f --- /dev/null +++ b/java/sca/contrib/itest/wsdl2java/src/test/resources/EchoService.xsd @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/java/sca/contrib/itest/wsdl2java/src/test/resources/StockExceptionTest.wsdl b/java/sca/contrib/itest/wsdl2java/src/test/resources/StockExceptionTest.wsdl new file mode 100644 index 0000000000..c44229c162 --- /dev/null +++ b/java/sca/contrib/itest/wsdl2java/src/test/resources/StockExceptionTest.wsdl @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3