You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2007/07/26 08:28:05 UTC

svn commit: r559708 - /webservices/axis2/trunk/c/samples/client/math/services.xml

Author: dinesh
Date: Wed Jul 25 23:28:05 2007
New Revision: 559708

URL: http://svn.apache.org/viewvc?view=rev&rev=559708
Log:
service.xml restored

Added:
    webservices/axis2/trunk/c/samples/client/math/services.xml

Added: webservices/axis2/trunk/c/samples/client/math/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/math/services.xml?view=auto&rev=559708
==============================================================================
--- webservices/axis2/trunk/c/samples/client/math/services.xml (added)
+++ webservices/axis2/trunk/c/samples/client/math/services.xml Wed Jul 25 23:28:05 2007
@@ -0,0 +1,18 @@
+<service name="math">
+    <parameter name="ServiceClass" locked="xsd:false">math</parameter>
+    <description>
+      This is a testing service, named 'math' to test multiple operations in the same service
+    </description>
+    <operation name="add">
+      <!--messageReceiver class="axis2_receivers" /-->
+    </operation>
+    <operation name="sub">
+      <!--messageReceiver class="axis2_receivers" /-->
+    </operation>
+    <operation name="mul">
+            <!--messageReceiver class="axis2_receivers" /-->
+    </operation>
+    <operation name="div">
+            <!--messageReceiver class="axis2_receivers" /-->
+    </operation>
+</service>



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