You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by la...@apache.org on 2008/02/26 08:47:04 UTC

svn commit: r631116 - /webservices/axis2/trunk/c/test/resources/wsdl/Calculator.wsdl

Author: lahiru
Date: Mon Feb 25 23:47:02 2008
New Revision: 631116

URL: http://svn.apache.org/viewvc?rev=631116&view=rev
Log:
changed a wsdl.

Modified:
    webservices/axis2/trunk/c/test/resources/wsdl/Calculator.wsdl

Modified: webservices/axis2/trunk/c/test/resources/wsdl/Calculator.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/Calculator.wsdl?rev=631116&r1=631115&r2=631116&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/Calculator.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/Calculator.wsdl Mon Feb 25 23:47:02 2008
@@ -41,14 +41,14 @@
     <wsdl:part name="in1" type="xsd:int"/>
   </wsdl:message>
   <wsdl:message name="mulResponse">
-    <wsdl:part name="addReturn" type="xsd:int"/>
+    <wsdl:part name="mulReturn" type="xsd:int"/>
   </wsdl:message>
   <wsdl:message name="divRequest">
     <wsdl:part name="in0" type="xsd:int"/>
     <wsdl:part name="in1" type="xsd:int"/>
   </wsdl:message>
   <wsdl:message name="divResponse">
-    <wsdl:part name="addReturn" type="xsd:int"/>
+    <wsdl:part name="divReturn" type="xsd:int"/>
   </wsdl:message>
   <wsdl:portType name="Calculator">
     <wsdl:operation name="add" parameterOrder="in0 in1">



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org