You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by mm...@apache.org on 2007/10/11 05:27:20 UTC

svn commit: r583673 - /incubator/cxf/trunk/systests/src/test/resources/wsdl/mtom.wsdl

Author: mmao
Date: Wed Oct 10 20:27:19 2007
New Revision: 583673

URL: http://svn.apache.org/viewvc?rev=583673&view=rev
Log:
* wsdl more readable

Modified:
    incubator/cxf/trunk/systests/src/test/resources/wsdl/mtom.wsdl

Modified: incubator/cxf/trunk/systests/src/test/resources/wsdl/mtom.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/resources/wsdl/mtom.wsdl?rev=583673&r1=583672&r2=583673&view=diff
==============================================================================
--- incubator/cxf/trunk/systests/src/test/resources/wsdl/mtom.wsdl (original)
+++ incubator/cxf/trunk/systests/src/test/resources/wsdl/mtom.wsdl Wed Oct 10 20:27:19 2007
@@ -32,11 +32,11 @@
 	<wsdl:part name="data" element="types:data"></wsdl:part>
     </wsdl:message>
 
-    <wsdl:message name="HelloIn">
+    <wsdl:message name="DetailIn">
 	<wsdl:part name="data" element="types:Detail"></wsdl:part>
     </wsdl:message>
 
-    <wsdl:message name="HelloOut">
+    <wsdl:message name="DetailOut">
 	<wsdl:part name="data" element="types:DetailResponse"></wsdl:part>
     </wsdl:message>
 
@@ -46,10 +46,9 @@
 	    <wsdl:output message="tns:echoDataOut"></wsdl:output>
 	</wsdl:operation>
 
-	<!-- mtom test -->
 	<wsdl:operation name="Detail">
-	    <wsdl:input message="tns:HelloIn"></wsdl:input>
-	    <wsdl:output message="tns:HelloOut"></wsdl:output>
+	    <wsdl:input message="tns:DetailIn"></wsdl:input>
+	    <wsdl:output message="tns:DetailOut"></wsdl:output>
 	</wsdl:operation>
 
     </wsdl:portType>