Software AG Infrastructure 10.7 | Working with Web Services | About Configuring Message Transports | Activating JMS Transport | Invoking a Web Service Using JMS on the Client Side
 
Invoking a Web Service Using JMS on the Client Side
1. Make sure the WS-Addressing module called addressing.mar exists in the /modules directory in the client’s repository.
2. Uncomment the sections that define the transport receiver and transport sender with name=“jms” in the client’s axis2.xml configuration file:
<transportReceiver name="jms" ... />
<transportSender name="jms" ... />
3. Engage globally the addressing.mar module in the client’s axis2.xml file.
<module ref="addressing"/>