vote up 0 vote down star

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.

flag

69% accept rate

3 Answers

vote up 3 vote down check

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.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.