Author: mmao
Date: Tue Aug 28 02:10:15 2007
New Revision: 570353

URL: http://svn.apache.org/viewvc?rev=570353&view=rev
Log:
Add a missing file in the last commits


Modified:
    
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_soap_action.wsdl

Modified: 
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_soap_action.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_soap_action.wsdl?rev=570353&r1=570352&r2=570353&view=diff
==============================================================================
--- 
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_soap_action.wsdl
 (original)
+++ 
incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_soap_action.wsdl
 Tue Aug 28 02:10:15 2007
@@ -35,6 +35,7 @@
       xmlns="http://www.w3.org/2001/XMLSchema";
       elementFormDefault="qualified">
       <element name="text" type="xsd:string" />
+      <element name="text2" type="xsd:string" />
     </schema>
   </wsdl:types>
   <wsdl:message name="sayHiRequest">
@@ -44,7 +45,7 @@
     <wsdl:part name="out" element="x1:text" />
   </wsdl:message>
   <wsdl:message name="sayHiRequest2">
-    <wsdl:part name="in" element="x1:text" />
+    <wsdl:part name="in" element="x1:text2" />
   </wsdl:message>
   <wsdl:message name="sayHiResponse2">
     <wsdl:part name="out" element="x1:text" />


Reply via email to