Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@malintha
Created October 8, 2017 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malintha/2165823aeeddaef7c1f2c66bfc2105bd to your computer and use it in GitHub Desktop.
Save malintha/2165823aeeddaef7c1f2c66bfc2105bd to your computer and use it in GitHub Desktop.
<service name="MyServiceWithModule">
<description>
This is a sample Web service with a logging module engaged.
</description>
<module ref="logging"/>
<parameter name="ServiceClass" locked="xsd:false">userguide.example2.MyService</parameter>
<operation name="echo">
<messageReceiver class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/>
</operation>
<operation name="ping">
<messageReceiver class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/>
</operation>
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment