From 282e67247c2c89ace551463011c31ed7d52fec01 Mon Sep 17 00:00:00 2001 From: ramkumar Date: Wed, 5 Aug 2009 09:48:11 +0000 Subject: Testcase for TUSCANY-2906 - test wsdl:imports and xsd:imports git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801111 13f79535-47bb-0310-9956-ffa450edef68 --- .../wsdl/META-INF/wsdl/helloworld-import.wsdl | 57 ++++++++++++++++++++++ .../imports/wsdl/META-INF/wsdl/helloworld.xsd | 35 +++++++++++++ .../main/resources/imports/wsdl/helloworld.wsdl | 2 +- .../resources/imports/wsdl/helloworldws.composite | 3 +- 4 files changed, 95 insertions(+), 2 deletions(-) create mode 100644 branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/META-INF/wsdl/helloworld-import.wsdl create mode 100644 branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/META-INF/wsdl/helloworld.xsd (limited to 'branches/sca-java-1.x/itest/wsdl') diff --git a/branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/META-INF/wsdl/helloworld-import.wsdl b/branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/META-INF/wsdl/helloworld-import.wsdl new file mode 100644 index 0000000000..2920c43a31 --- /dev/null +++ b/branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/META-INF/wsdl/helloworld-import.wsdl @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/META-INF/wsdl/helloworld.xsd b/branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/META-INF/wsdl/helloworld.xsd new file mode 100644 index 0000000000..d49e2ead99 --- /dev/null +++ b/branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/META-INF/wsdl/helloworld.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/helloworld.wsdl b/branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/helloworld.wsdl index 0a4d0d9908..1aa32179e6 100644 --- a/branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/helloworld.wsdl +++ b/branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/helloworld.wsdl @@ -26,7 +26,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="helloworld"> - + diff --git a/branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/helloworldws.composite b/branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/helloworldws.composite index 56b13e9d02..ff25a32e6a 100644 --- a/branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/helloworldws.composite +++ b/branches/sca-java-1.x/itest/wsdl/src/main/resources/imports/wsdl/helloworldws.composite @@ -24,7 +24,8 @@ - + + -- cgit v1.2.3