tags:

views:

1014

answers:

3

Could some one tell me how to capture SOAP messages passed between the client and the server webservice applications.

I tried using both tools. pocket soap http://www.pocketsoap.com/pocketsoap/

Fiddler http://www.fiddlertool.com/fiddler/

I may miss some settings, it is not working for me.

help will be more appreciated.

+4  A: 

Try tcpmon.

soapUI integrates with tcpmon, and may provide a nicer interface for you.

See also; You can try the MS Visual Roundtrip Analyzer analyzer as well.

Patrick Cuff
A: 

Take a look at this article about achieving more than just basic soap monitoring

A: 

If you need more features and settings have a look at Membrane Monitor. Membrane is a specialized tool that can monitor HTTP and SOAP connections. Membrane Monitor knows a bit about HTTP and SOAP. So for instance, Membrane allows you to intercept a message and then to change the SOAP request. Before sending the request to its destination, Membrane Monitor can adjust the Content-Length HTTP header to match the length of the modified message. This Monitor also features an XML formatter.

baranco