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 se...@apache.org on 2008/03/08 13:05:16 UTC

svn commit: r634942 - /webservices/axis2/trunk/c/samples/server/Calculator/Calculator.wsdl

Author: senaka
Date: Sat Mar  8 04:05:15 2008
New Revision: 634942

URL: http://svn.apache.org/viewvc?rev=634942&view=rev
Log:
Modifying SOAP Actions to suit services.xml

Modified:
    webservices/axis2/trunk/c/samples/server/Calculator/Calculator.wsdl

Modified: webservices/axis2/trunk/c/samples/server/Calculator/Calculator.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/server/Calculator/Calculator.wsdl?rev=634942&r1=634941&r2=634942&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/Calculator/Calculator.wsdl (original)
+++ webservices/axis2/trunk/c/samples/server/Calculator/Calculator.wsdl Sat Mar  8 04:05:15 2008
@@ -138,7 +138,7 @@
     <wsdl:binding name="CalculatorSoapBinding" type="impl:CalculatorPortType">
         <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
         <wsdl:operation name="add">
-            <soap:operation soapAction="http://ws.apache.org/axis2/services/Calculator/add"/>
+            <soap:operation soapAction="Calculator#add"/>
             <wsdl:input name="addRequest">
                 <soap:body use="literal"/>
             </wsdl:input>
@@ -147,7 +147,7 @@
             </wsdl:output>
         </wsdl:operation>
         <wsdl:operation name="sub">
-            <soap:operation soapAction="http://ws.apache.org/axis2/services/Calculator/sub"/>
+            <soap:operation soapAction="Calculator#sub"/>
             <wsdl:input name="subRequest">
                 <soap:body use="literal"/>
             </wsdl:input>
@@ -156,7 +156,7 @@
             </wsdl:output>
         </wsdl:operation>
         <wsdl:operation name="mul">
-            <soap:operation soapAction="http://ws.apache.org/axis2/services/Calculator/mul"/>
+            <soap:operation soapAction="Calculator#mul"/>
             <wsdl:input name="mulRequest">
                 <soap:body use="literal"/>
             </wsdl:input>
@@ -165,7 +165,7 @@
             </wsdl:output>
         </wsdl:operation>
         <wsdl:operation name="div">
-            <soap:operation soapAction="http://ws.apache.org/axis2/services/Calculator/div"/>
+            <soap:operation soapAction="Calculator#div"/>
             <wsdl:input name="divRequest">
                 <soap:body use="literal"/>
             </wsdl:input>



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