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 2012/05/08 21:33:55 UTC

svn commit: r1335708 - /cxf/trunk/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_encoding.wsdl

Author: dkulp
Date: Tue May  8 19:33:55 2012
New Revision: 1335708

URL: http://svn.apache.org/viewvc?rev=1335708&view=rev
Log:
Fix test that fails if the filesystem doesn't support the specific
encoding

Modified:
    cxf/trunk/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_encoding.wsdl

Modified: cxf/trunk/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_encoding.wsdl
URL: http://svn.apache.org/viewvc/cxf/trunk/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_encoding.wsdl?rev=1335708&r1=1335707&r2=1335708&view=diff
==============================================================================
--- cxf/trunk/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_encoding.wsdl (original)
+++ cxf/trunk/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_encoding.wsdl Tue May  8 19:33:55 2012
@@ -26,14 +26,14 @@
     targetNamespace="http://cxf.apache.org/w2j/hello_world_soap_http" name="HelloWorld">
     <wsdl:types>
         <schema targetNamespace="http://cxf.apache.org/w2j/hello_world_soap_http/types" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:x1="http://cxf.apache.org/w2j/hello_world_soap_http/types" elementFormDefault="qualified">
-            <element name="saЏHi">
+            <element name="sayHi">
                 <complexType>
                 	<sequence>
                 	    <element name="cдмРДпЎ" type="string"/>
                 	</sequence>
                 </complexType>
             </element>
-            <element name="saЏHiResponse">
+            <element name="sayHiResponse">
                 <complexType>
                     <sequence>
                         <element name="responseType" type="string"/>
@@ -43,10 +43,10 @@
         </schema>
     </wsdl:types>
     <wsdl:message name="saЏHiRequest">
-        <wsdl:part name="in" element="x1:saЏHi"/>
+        <wsdl:part name="in" element="x1:sayHi"/>
     </wsdl:message>
     <wsdl:message name="saЏHiResponse">
-        <wsdl:part name="out" element="x1:saЏHiResponse"/>
+        <wsdl:part name="out" element="x1:sayHiResponse"/>
     </wsdl:message>
 
     <wsdl:portType name="Greeter">