Skip to content

Instantly share code, notes, and snippets.

@raj-rajaratnam
Created December 6, 2014 18:14
Show Gist options
  • Save raj-rajaratnam/2add80281464e17c50e5 to your computer and use it in GitHub Desktop.
Save raj-rajaratnam/2add80281464e17c50e5 to your computer and use it in GitHub Desktop.
<service name="HelloService">
<description>
Simple implementation of a HelloService.
</description>
<parameter name="ServiceClass">
HelloService
</parameter>
<operation name="sayHello">
<messagereceiver class="org.apache.axis2.rpc.receivers.RPCMessageReceiver">
</messagereceiver>
</operation>
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment