From 4e0d053525da0b60b20e5c1ffc57d32d90325176 Mon Sep 17 00:00:00 2001 From: slaws Date: Fri, 15 May 2009 20:58:11 +0000 Subject: A tool to save to disc the WSDL for each service, with binding.ws, within all of the deployable composites in a specified contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775335 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/META-INF/sca-contribution.xml | 23 ++ .../src/main/resources/wsdl/helloworld.wsdl | 269 ++++++++++++++------- .../test/java/helloworld/JmsTransportTestCase.java | 2 +- 3 files changed, 211 insertions(+), 83 deletions(-) create mode 100644 branches/sca-java-1.x/itest/wsdlgen/src/main/resources/META-INF/sca-contribution.xml (limited to 'branches/sca-java-1.x/itest/wsdlgen') diff --git a/branches/sca-java-1.x/itest/wsdlgen/src/main/resources/META-INF/sca-contribution.xml b/branches/sca-java-1.x/itest/wsdlgen/src/main/resources/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..c7797931d2 --- /dev/null +++ b/branches/sca-java-1.x/itest/wsdlgen/src/main/resources/META-INF/sca-contribution.xml @@ -0,0 +1,23 @@ + + + + + diff --git a/branches/sca-java-1.x/itest/wsdlgen/src/main/resources/wsdl/helloworld.wsdl b/branches/sca-java-1.x/itest/wsdlgen/src/main/resources/wsdl/helloworld.wsdl index 3dfee5414a..c76ed7b338 100644 --- a/branches/sca-java-1.x/itest/wsdlgen/src/main/resources/wsdl/helloworld.wsdl +++ b/branches/sca-java-1.x/itest/wsdlgen/src/main/resources/wsdl/helloworld.wsdl @@ -1,105 +1,210 @@ - - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + - - + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + - - - + + - - - + + + - - + + + + + + + + + + + + + + + + + + + + - - - + + - - - + + + + + + + + + + + + + + + + + + + + + - - + + - - - + + - - - - - - - + \ No newline at end of file diff --git a/branches/sca-java-1.x/itest/wsdlgen/src/test/java/helloworld/JmsTransportTestCase.java b/branches/sca-java-1.x/itest/wsdlgen/src/test/java/helloworld/JmsTransportTestCase.java index b175e27b02..fe74ef1a3d 100644 --- a/branches/sca-java-1.x/itest/wsdlgen/src/test/java/helloworld/JmsTransportTestCase.java +++ b/branches/sca-java-1.x/itest/wsdlgen/src/test/java/helloworld/JmsTransportTestCase.java @@ -61,7 +61,7 @@ public class JmsTransportTestCase{ assertEquals("Hello Smith", helloWorldService.getGreetings("Smith")); } - @Ignore + //@Ignore @Test public void testComponent2() throws IOException { HelloWorldService helloWorldService = scaDomain.getService(HelloWorldService.class, "HelloWorldServiceComponent2/HelloWorldService"); -- cgit v1.2.3