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:36:30 UTC

svn commit: r1335713 - in /cxf/branches/2.5.x-fixes: ./ tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_encoding.wsdl

Author: dkulp
Date: Tue May  8 19:36:30 2012
New Revision: 1335713

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

........
  r1335708 | dkulp | 2012-05-08 15:33:55 -0400 (Tue, 08 May 2012) | 2 lines
  
  Fix test that fails if the filesystem doesn't support the specific
  encoding
........

Modified:
    cxf/branches/2.5.x-fixes/   (props changed)
    cxf/branches/2.5.x-fixes/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_encoding.wsdl

Propchange: cxf/branches/2.5.x-fixes/
------------------------------------------------------------------------------
  Merged /cxf/trunk:r1335708

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

Modified: cxf/branches/2.5.x-fixes/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_encoding.wsdl
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_encoding.wsdl?rev=1335713&r1=1335712&r2=1335713&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_encoding.wsdl (original)
+++ cxf/branches/2.5.x-fixes/tools/wsdlto/test/src/test/resources/wsdl2java_wsdl/hello_world_encoding.wsdl Tue May  8 19:36:30 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">