Building Custom Receiver Code

For any of the above cases of providing custom receiver code you must:

Figure 1. Sample services.xml Descriptor File Entry for a Custom Receiver
<messageReceivers>
    <messageReceiver
      mep="http://www.w3.org/2004/08/wsdl/in-out"
      class="webservice.MyReceiver"/>
  </messageReceivers>

The webservices build (implemented in app_webservices2.xml) will package these custom artifacts into a WAR file.