blob: 1a1b1b21abb3f953a4b99dfa64871157e5e13583 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<service name="mtom">
<parameter name="ServiceClass" locked="xsd:false">mtom</parameter>
<description>
This is a testing service , to test the system is working or not
</description>
<operation name="mtomSample">
<parameter name="wsamapping" >http://ws.apache.org/axis2/c/samples/mtom</parameter>
</operation>
</service>
|