This page walks you through the development of a complete sample application. It includes the following sections:
...
Now we want to enable JMS transport, since this service will communicate via JMS transport. To enable this, we need to add following block to services.xml under /src/main/resources/META-INF.
< transports > < transport >jms</ transport > </ transports >
Now your services.xml will look like below.
...
Once the CardService has been opened in Design view, you will see that there are two top level nodesthree basic sections in the proxy service; InSequence and OutSequence, OutSequence and FaultSequence (red rectangle).
In the Properties window below, select the row corresponding to WSDL Type, and change its value from NONE to SOURCE_URL and hit Enter. Now a new row will open up with the name Wsdl URL.
...
Drag and drop the XSLT mediator from the tool palette to the InSequence of the CardService proxy.
Click on the newly created XSLT node, and change the Schema Key value to conf:/transform/transform.xslt.
...