Software AG Infrastructure 10.11 | Working with Web Services | About Configuring Message Transports | Monitoring SOAP Messages | Enabling the SOAP Monitor in the Web Services Stack
 
Enabling the SOAP Monitor in the Web Services Stack
1. Go to the Software AG_directory \profiles\CTP\workspace\wsstack\repository\conf directory and open the axis2.xml file.
2. Engage the soapmonitor Axis2 module globally in the axis2.xml or for a service in the services.xml file by adding this line:
<module ref="soapmonitor"/>
3. Add a soapMonitorPort parameter, which defines the port to use for communication with the SOAP Monitor Applet
<parameter name="soapMonitorPort">5001</parameter>
Important:
If you do not add this parameter, the SOAP Monitor servlet will not be available.
4. Restart Web Services Stack.
5. Go to http://host:port/wsstack/SOAPMonitor to start using the SOAP monitor.