summaryrefslogtreecommitdiffstats
path: root/samples/client/math/services.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/client/math/services.xml')
-rw-r--r--samples/client/math/services.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/samples/client/math/services.xml b/samples/client/math/services.xml
new file mode 100644
index 0000000..53c43e9
--- /dev/null
+++ b/samples/client/math/services.xml
@@ -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>