Software AG Infrastructure 10.5 | Working with Web Services | About Configuring Message Transports | Configuring TCP Transport | Invoking a Web Service Over TCP Transport on the Client Side
 
Invoking a Web Service Over TCP Transport 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=“tcp” in the client’s axis2.xml configuration file:
<transportReceiver name="tcp" ... />
<transportSender name="tcp" ... />
3. Engage globally the addressing.mar module in the client’s axis2.xml file:
<module ref="addressing"/>