summaryrefslogtreecommitdiffstats
path: root/samples/server/sg_math/services.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/server/sg_math/services.xml')
-rw-r--r--samples/server/sg_math/services.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/samples/server/sg_math/services.xml b/samples/server/sg_math/services.xml
new file mode 100644
index 0000000..524a7ee
--- /dev/null
+++ b/samples/server/sg_math/services.xml
@@ -0,0 +1,30 @@
+<serviceGroup name="sg_math">
+ <service name="add">
+ <parameter name="ServiceClass" locked="xsd:false">add</parameter>
+ <description>
+ This is add service, that belongs to the math service group.
+ </description>
+ <operation name="add"/>
+ </service>
+ <service name="sub">
+ <parameter name="ServiceClass" locked="xsd:false">sub</parameter>
+ <description>
+ This is sub service, that belongs to the math service group.
+ </description>
+ <operation name="sub"/>
+ </service>
+ <service name="mul">
+ <parameter name="ServiceClass" locked="xsd:false">mul</parameter>
+ <description>
+ This is mul service, that belongs to the math service group.
+ </description>
+ <operation name="mul"/>
+ </service>
+ <service name="div">
+ <parameter name="ServiceClass" locked="xsd:false">div</parameter>
+ <description>
+ This is div service, that belongs to the math service group.
+ </description>
+ <operation name="div"/>
+ </service>
+</serviceGroup>