You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/10/10 21:01:31 UTC

svn commit: r583576 - in /incubator/cxf/branches/2.0.x-fixes: ./ testutils/src/main/resources/wsdl/ testutils/src/main/resources/wsdl/catalog/

Author: dkulp
Date: Wed Oct 10 12:01:30 2007
New Revision: 583576

URL: http://svn.apache.org/viewvc?rev=583576&view=rev
Log:
Merged revisions 583045 via svnmerge from 
https://svn.apache.org/repos/asf/incubator/cxf/trunk

........
  r583045 | gmazza | 2007-10-09 00:42:23 -0400 (Tue, 09 Oct 2007) | 2 lines
  
  Removed unnecessary name attributes for wsdl:input/wsdl:outputs (where explicit name given equals the default name).
........

Modified:
    incubator/cxf/branches/2.0.x-fixes/   (props changed)
    incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/catalog/hello_world_port_type.wsdl
    incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/catalog/hello_world_wsdl_import.wsdl
    incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world.wsdl
    incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_doc_lit.wsdl
    incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_schema_import.wsdl
    incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_soap12.wsdl
    incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_wsdl_import.wsdl
    incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_wsdl_import_catalog.wsdl
    incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_xml_bare.wsdl

Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/catalog/hello_world_port_type.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/catalog/hello_world_port_type.wsdl?rev=583576&r1=583575&r2=583576&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/catalog/hello_world_port_type.wsdl (original)
+++ incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/catalog/hello_world_port_type.wsdl Wed Oct 10 12:01:30 2007
@@ -113,19 +113,19 @@
 
     <wsdl:portType name="Greeter">
         <wsdl:operation name="sayHi">
-            <wsdl:input message="tns:sayHiRequest" name="sayHiRequest"/>
-            <wsdl:output message="tns:sayHiResponse" name="sayHiResponse"/>
+            <wsdl:input message="x1:sayHiRequest"/>
+            <wsdl:output message="x1:sayHiResponse"/>
         </wsdl:operation>
 
         <wsdl:operation name="greetMe">
-            <wsdl:input message="tns:greetMeRequest" name="greetMeRequest"/>
-            <wsdl:output message="tns:greetMeResponse" name="greetMeResponse"/>
+            <wsdl:input message="x1:greetMeRequest"/>
+            <wsdl:output message="x1:greetMeResponse"/>
         </wsdl:operation>
 
         <wsdl:operation name="pingMe">
-            <wsdl:input name="pingMeRequest" message="tns:pingMeRequest"/>
-            <wsdl:output name="pingMeResponse" message="tns:pingMeResponse"/>
-            <wsdl:fault name="pingMeFault" message="tns:pingMeFault"/>
+            <wsdl:input message="x1:pingMeRequest"/>
+            <wsdl:output message="x1:pingMeResponse"/>
+            <wsdl:fault name="pingMeFault" message="x1:pingMeFault"/>
         </wsdl:operation>
     </wsdl:portType>
 

Modified: incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/catalog/hello_world_wsdl_import.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/catalog/hello_world_wsdl_import.wsdl?rev=583576&r1=583575&r2=583576&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/catalog/hello_world_wsdl_import.wsdl (original)
+++ incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/catalog/hello_world_wsdl_import.wsdl Wed Oct 10 12:01:30 2007
@@ -32,18 +32,18 @@
 
     <wsdl:portType name="Greeter">
         <wsdl:operation name="sayHi">
-            <wsdl:input message="x1:sayHiRequest" name="sayHiRequest"/>
-            <wsdl:output message="x1:sayHiResponse" name="sayHiResponse"/>
+            <wsdl:input message="x1:sayHiRequest"/>
+            <wsdl:output message="x1:sayHiResponse"/>
         </wsdl:operation>
 
         <wsdl:operation name="greetMe">
-            <wsdl:input message="x1:greetMeRequest" name="greetMeRequest"/>
-            <wsdl:output message="x1:greetMeResponse" name="greetMeResponse"/>
+            <wsdl:input message="x1:greetMeRequest"/>
+            <wsdl:output message="x1:greetMeResponse"/>
         </wsdl:operation>
 
         <wsdl:operation name="pingMe">
-            <wsdl:input name="pingMeRequest" message="x1:pingMeRequest"/>
-            <wsdl:output name="pingMeResponse" message="x1:pingMeResponse"/>
+            <wsdl:input message="x1:pingMeRequest"/>
+            <wsdl:output message="x1:pingMeResponse"/>
             <wsdl:fault name="pingMeFault" message="x1:pingMeFault"/>
         </wsdl:operation>
     </wsdl:portType>

Modified: incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world.wsdl?rev=583576&r1=583575&r2=583576&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world.wsdl (original)
+++ incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world.wsdl Wed Oct 10 12:01:30 2007
@@ -217,31 +217,31 @@
     </wsdl:message> 
     <wsdl:portType name="Greeter">
         <wsdl:operation name="sayHi">
-            <wsdl:input name="sayHiRequest" message="tns:sayHiRequest"/>
-            <wsdl:output name="sayHiResponse" message="tns:sayHiResponse"/>
+            <wsdl:input message="tns:sayHiRequest"/>
+            <wsdl:output message="tns:sayHiResponse"/>
         </wsdl:operation>
         <wsdl:operation name="greetMe">
-            <wsdl:input name="greetMeRequest" message="tns:greetMeRequest"/>
-            <wsdl:output name="greetMeResponse" message="tns:greetMeResponse"/>
+            <wsdl:input message="tns:greetMeRequest"/>
+            <wsdl:output message="tns:greetMeResponse"/>
         </wsdl:operation>
         <wsdl:operation name="testNillable">
-            <wsdl:input name="testNillableRequest" message="tns:testNillableRequest"/>
-            <wsdl:output name="testNillableResponse" message="tns:testNillableResponse"/>
+            <wsdl:input  message="tns:testNillableRequest"/>
+            <wsdl:output  message="tns:testNillableResponse"/>
         </wsdl:operation>
         <wsdl:operation name="greetMeLater">
-            <wsdl:input name="greetMeLaterRequest" message="tns:greetMeLaterRequest"/>
-            <wsdl:output name="greetMeLaterResponse" message="tns:greetMeLaterResponse"/>
+            <wsdl:input  message="tns:greetMeLaterRequest"/>
+            <wsdl:output  message="tns:greetMeLaterResponse"/>
         </wsdl:operation>
        <wsdl:operation name="greetMeSometime">
-            <wsdl:input name="greetMeSometimeRequest" message="tns:greetMeSometimeRequest"/>
-            <wsdl:output name="greetMeSometimeResponse" message="tns:greetMeSometimeResponse"/>
+            <wsdl:input  message="tns:greetMeSometimeRequest"/>
+            <wsdl:output  message="tns:greetMeSometimeResponse"/>
         </wsdl:operation>
         <wsdl:operation name="greetMeOneWay">
-            <wsdl:input name="greetMeOneWayRequest" message="tns:greetMeOneWayRequest"/>
+            <wsdl:input  message="tns:greetMeOneWayRequest"/>
         </wsdl:operation>
         <wsdl:operation name="testDocLitFault">
-            <wsdl:input name="testDocLitFaultRequest" message="tns:testDocLitFaultRequest"/>
-            <wsdl:output name="testDocLitFaultResponse" message="tns:testDocLitFaultResponse"/>
+            <wsdl:input  message="tns:testDocLitFaultRequest"/>
+            <wsdl:output  message="tns:testDocLitFaultResponse"/>
             <wsdl:fault name="NoSuchCodeLitFault" message="tns:NoSuchCodeLitFault"/>
             <wsdl:fault name="BadRecordLitFault" message="tns:BadRecordLitFault"/>
         </wsdl:operation>

Modified: incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_doc_lit.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_doc_lit.wsdl?rev=583576&r1=583575&r2=583576&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_doc_lit.wsdl (original)
+++ incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_doc_lit.wsdl Wed Oct 10 12:01:30 2007
@@ -103,19 +103,19 @@
     </wsdl:message>
     <wsdl:portType name="Greeter">
         <wsdl:operation name="sayHi">
-            <wsdl:input name="sayHiRequest" message="tns:sayHiRequest"/>
-            <wsdl:output name="sayHiResponse" message="tns:sayHiResponse"/>
+            <wsdl:input message="tns:sayHiRequest"/>
+            <wsdl:output message="tns:sayHiResponse"/>
         </wsdl:operation>
         <wsdl:operation name="greetMe">
-            <wsdl:input name="greetMeRequest" message="tns:greetMeRequest"/>
-            <wsdl:output name="greetMeResponse" message="tns:greetMeResponse"/>
+            <wsdl:input message="tns:greetMeRequest"/>
+            <wsdl:output message="tns:greetMeResponse"/>
         </wsdl:operation>
         <wsdl:operation name="greetMeOneWay">
-            <wsdl:input name="greetMeOneWayRequest" message="tns:greetMeOneWayRequest"/>
+            <wsdl:input message="tns:greetMeOneWayRequest"/>
         </wsdl:operation>
         <wsdl:operation name="pingMe">
-            <wsdl:input name="pingMeRequest" message="tns:pingMeRequest"/>
-            <wsdl:output name="pingMeResponse" message="tns:pingMeResponse"/>
+            <wsdl:input message="tns:pingMeRequest"/>
+            <wsdl:output message="tns:pingMeResponse"/>
             <wsdl:fault name="pingMeFault" message="tns:pingMeFault"/>
         </wsdl:operation>
     </wsdl:portType>

Modified: incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_schema_import.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_schema_import.wsdl?rev=583576&r1=583575&r2=583576&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_schema_import.wsdl (original)
+++ incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_schema_import.wsdl Wed Oct 10 12:01:30 2007
@@ -55,26 +55,24 @@
     </wsdl:message>
     
     <wsdl:portType name="Greeter">
-	<wsdl:operation name="sayHi">
-	    <wsdl:input message="tns:sayHiRequest" name="sayHiRequest"/>
-	    <wsdl:output message="tns:sayHiResponse" name="sayHiResponse"/>
-	</wsdl:operation>
-	
-	<wsdl:operation name="greetMe">
-	    <wsdl:input message="tns:greetMeRequest" name="greetMeRequest"/>
-	    <wsdl:output message="tns:greetMeResponse" name="greetMeResponse"/>
-	</wsdl:operation>
-	
-	<wsdl:operation name="greetMeOneWay">
-	    <wsdl:input message="tns:greetMeOneWayRequest" name="greetMeOneWayRequest"/>
-	</wsdl:operation>
-
-	<wsdl:operation name="pingMe">
-	    <wsdl:input name="pingMeRequest" message="tns:pingMeRequest"/>
-	    <wsdl:output name="pingMeResponse" message="tns:pingMeResponse"/>
-	    <wsdl:fault name="pingMeFault" message="tns:pingMeFault"/>
-	</wsdl:operation> 
+        <wsdl:operation name="sayHi">
+            <wsdl:input message="tns:sayHiRequest"/>
+            <wsdl:output message="tns:sayHiResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="greetMe">
+            <wsdl:input message="tns:greetMeRequest"/>
+            <wsdl:output message="tns:greetMeResponse"/>
+        </wsdl:operation>
+        <wsdl:operation name="greetMeOneWay">
+            <wsdl:input message="tns:greetMeOneWayRequest"/>
+        </wsdl:operation>
+        <wsdl:operation name="pingMe">
+            <wsdl:input message="tns:pingMeRequest"/>
+            <wsdl:output message="tns:pingMeResponse"/>
+            <wsdl:fault name="pingMeFault" message="tns:pingMeFault"/>
+        </wsdl:operation>
     </wsdl:portType>
+
     <wsdl:binding name="Greeter_SOAPBinding" type="tns:Greeter">
 	<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
 	

Modified: incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_soap12.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_soap12.wsdl?rev=583576&r1=583575&r2=583576&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_soap12.wsdl (original)
+++ incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_soap12.wsdl Wed Oct 10 12:01:30 2007
@@ -77,12 +77,12 @@
 
     <wsdl:portType name="Greeter">
         <wsdl:operation name="sayHi">
-            <wsdl:input name="sayHiRequest" message="tns:sayHiRequest"/>
-            <wsdl:output name="sayHiResponse" message="tns:sayHiResponse"/>
+            <wsdl:input message="tns:sayHiRequest"/>
+            <wsdl:output message="tns:sayHiResponse"/>
         </wsdl:operation>
 	<wsdl:operation name="pingMe">
-	    <wsdl:input name="pingMeRequest" message="tns:pingMeRequest"/>
-	    <wsdl:output name="pingMeResponse" message="tns:pingMeResponse"/>
+	    <wsdl:input message="tns:pingMeRequest"/>
+	    <wsdl:output message="tns:pingMeResponse"/>
 	    <wsdl:fault name="pingMeFault" message="tns:pingMeFault"/>
         </wsdl:operation> 
     </wsdl:portType>

Modified: incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_wsdl_import.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_wsdl_import.wsdl?rev=583576&r1=583575&r2=583576&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_wsdl_import.wsdl (original)
+++ incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_wsdl_import.wsdl Wed Oct 10 12:01:30 2007
@@ -32,18 +32,18 @@
 
     <wsdl:portType name="Greeter">
         <wsdl:operation name="sayHi">
-            <wsdl:input message="x1:sayHiRequest" name="sayHiRequest"/>
-            <wsdl:output message="x1:sayHiResponse" name="sayHiResponse"/>
+            <wsdl:input message="x1:sayHiRequest" />
+            <wsdl:output message="x1:sayHiResponse" />
         </wsdl:operation>
 
         <wsdl:operation name="greetMe">
-            <wsdl:input message="x1:greetMeRequest" name="greetMeRequest"/>
-            <wsdl:output message="x1:greetMeResponse" name="greetMeResponse"/>
+            <wsdl:input message="x1:greetMeRequest" />
+            <wsdl:output message="x1:greetMeResponse" />
         </wsdl:operation>
 
         <wsdl:operation name="pingMe">
-            <wsdl:input name="pingMeRequest" message="x1:pingMeRequest"/>
-            <wsdl:output name="pingMeResponse" message="x1:pingMeResponse"/>
+            <wsdl:input message="x1:pingMeRequest"/>
+            <wsdl:output message="x1:pingMeResponse"/>
             <wsdl:fault name="pingMeFault" message="x1:pingMeFault"/>
         </wsdl:operation>
     </wsdl:portType>

Modified: incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_wsdl_import_catalog.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_wsdl_import_catalog.wsdl?rev=583576&r1=583575&r2=583576&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_wsdl_import_catalog.wsdl (original)
+++ incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_wsdl_import_catalog.wsdl Wed Oct 10 12:01:30 2007
@@ -32,18 +32,18 @@
 
     <wsdl:portType name="Greeter">
         <wsdl:operation name="sayHi">
-            <wsdl:input message="x1:sayHiRequest" name="sayHiRequest"/>
-            <wsdl:output message="x1:sayHiResponse" name="sayHiResponse"/>
+            <wsdl:input message="x1:sayHiRequest"/>
+            <wsdl:output message="x1:sayHiResponse"/>
         </wsdl:operation>
 
         <wsdl:operation name="greetMe">
-            <wsdl:input message="x1:greetMeRequest" name="greetMeRequest"/>
-            <wsdl:output message="x1:greetMeResponse" name="greetMeResponse"/>
+            <wsdl:input message="x1:greetMeRequest"/>
+            <wsdl:output message="x1:greetMeResponse"/>
         </wsdl:operation>
 
         <wsdl:operation name="pingMe">
-            <wsdl:input name="pingMeRequest" message="x1:pingMeRequest"/>
-            <wsdl:output name="pingMeResponse" message="x1:pingMeResponse"/>
+            <wsdl:input message="x1:pingMeRequest"/>
+            <wsdl:output message="x1:pingMeResponse"/>
             <wsdl:fault name="pingMeFault" message="x1:pingMeFault"/>
         </wsdl:operation>
     </wsdl:portType>

Modified: incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_xml_bare.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_xml_bare.wsdl?rev=583576&r1=583575&r2=583576&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_xml_bare.wsdl (original)
+++ incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/hello_world_xml_bare.wsdl Wed Oct 10 12:01:30 2007
@@ -84,12 +84,12 @@
 
     <wsdl:portType name="Greeter">
         <wsdl:operation name="sayHi">
-            <wsdl:input message="tns:sayHiRequest" name="sayHiRequest"/>
-            <wsdl:output message="tns:sayHiResponse" name="sayHiResponse"/>
+            <wsdl:input message="tns:sayHiRequest"/>
+            <wsdl:output message="tns:sayHiResponse"/>
         </wsdl:operation>
         <wsdl:operation name="greetMe">
-            <wsdl:input message="tns:greetMeRequest" name="greetMeRequest"/>
-            <wsdl:output message="tns:greetMeResponse" name="greetMeResponse"/>
+            <wsdl:input message="tns:greetMeRequest"/>
+            <wsdl:output message="tns:greetMeResponse"/>
         </wsdl:operation>
         <wsdl:operation name="sendReceiveData">
             <wsdl:input message="tns:sendReceiveDataRequest" name="SendReceiveDataRequest"/>