From 55dcc41e06ba78c87d616427d4658b046d80c277 Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 29 Jul 2010 13:06:20 +0000 Subject: TUSCANY-3625 - extend the test to demonstrate what happens when a WSDL is provided where an operation name has an upper case first character. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980434 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/HelloWorldImplService.wsdl | 19 +++++++++++++++++ .../resources/HelloWorldImplService_schema1.xsd | 16 +++++++++++++++ .../resources/HelloWorldServiceService_schema1.xsd | 18 +++++++++++++++- .../resources/helloworld-external-service.wsdl | 24 ++++++++++++++++++++++ 4 files changed, 76 insertions(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources') diff --git a/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/HelloWorldImplService.wsdl b/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/HelloWorldImplService.wsdl index f3e9083cec..59fce9d849 100644 --- a/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/HelloWorldImplService.wsdl +++ b/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/HelloWorldImplService.wsdl @@ -50,6 +50,12 @@ + + + + + + @@ -64,6 +70,10 @@ + + + + @@ -97,6 +107,15 @@ + + + + + + + + + diff --git a/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/HelloWorldImplService_schema1.xsd b/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/HelloWorldImplService_schema1.xsd index aee1febea7..2d8adf3d73 100644 --- a/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/HelloWorldImplService_schema1.xsd +++ b/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/HelloWorldImplService_schema1.xsd @@ -37,6 +37,10 @@ + + + + @@ -79,5 +83,17 @@ + + + + + + + + + + + + diff --git a/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/HelloWorldServiceService_schema1.xsd b/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/HelloWorldServiceService_schema1.xsd index acdfcaaaa5..467eeb90c5 100644 --- a/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/HelloWorldServiceService_schema1.xsd +++ b/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/HelloWorldServiceService_schema1.xsd @@ -20,12 +20,16 @@ + + - + + + @@ -65,6 +69,18 @@ + + + + + + + + + + + + diff --git a/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/helloworld-external-service.wsdl b/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/helloworld-external-service.wsdl index 0f83f1fc08..c38f629e4f 100644 --- a/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/helloworld-external-service.wsdl +++ b/sca-java-2.x/trunk/itest/ws/contribution-wsdl-first/src/main/resources/helloworld-external-service.wsdl @@ -36,6 +36,12 @@ + + + + + + @@ -45,6 +51,10 @@ + + + + @@ -66,10 +76,24 @@ + + + + + + + + + + + + + + -- cgit v1.2.3