From 0425aadc78680e53000fd0108b540d6eca048516 Mon Sep 17 00:00:00 2001 From: gmcdonald Date: Sat, 13 Feb 2010 01:32:03 +0000 Subject: Moving axis svn, part of TLP move INFRA-2441 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@909681 13f79535-47bb-0310-9956-ffa450edef68 --- samples/server/sg_math/services.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 samples/server/sg_math/services.xml (limited to 'samples/server/sg_math/services.xml') 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 @@ + + + add + + This is add service, that belongs to the math service group. + + + + + sub + + This is sub service, that belongs to the math service group. + + + + + mul + + This is mul service, that belongs to the math service group. + + + + + div + + This is div service, that belongs to the math service group. + + + + -- cgit v1.1-32-gdbae