summaryrefslogtreecommitdiffstats
path: root/samples/server/notify/services.xml
blob: ff2be47aa3e49d150d469a7521e5b65778968a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<service name="notify">
    <parameter name="ServiceClass" locked="xsd:false">notify</parameter>

   <description>
        This is a testing service , to test one way service support
   </description>

    <operation name="notify" mep="http://www.w3.org/2004/08/wsdl/in-only">
            <!--messageReceiver class="axis2_receivers" /-->
            <parameter name="wsamapping" >http://example.org/action/notify</parameter>
    </operation>

</service>