You can also implement a proxy between the client and server. The proxy will contain the raw content, the request and response messages, between the client and server. For example, in the scenario you described try the following:
1.Download the free product Membrane Monitor from membrane-soa.org and install on your personal workstation. Membrane Monitor is proxy similar to tcpmon and works very nicely with XML messages. If you are already familiar with tcpmon, you can use that too.
2.Configure Membrane Monitor to relay request/response. You’ll want to read the product documentation that describes how to configure it.
3.Point the Web Services client to your workstation’s IP address. In your case, webMethods is the client so the endpoint will be your workstation’s IP address and the port number you configured in Membrane.
4.Execute a web services call in webMethods and inspect the request and response messages in Membrane Monitor.
The steps I described are very brief and will work so long that the transport protocol is not over an encrypted channel such as SSL (HTTPS)
I hope this helps. Cheers
#API-Management#webMethods#soa