Checking Inbound and Outbound Web Service Data

I have a C # web service that I have deployed on IIS 6.0. I want to view the data going out to this web service.

I am aware of the MS SOAP kit, but it seems to be outdated from MS. Does anyone know of any good tool other than the MS soap toolkit. I cannot afford to spend money on any tool, so I need free tools if available.

0


source to share


3 answers


You can use wireshark to analyze network traffic.



And you can also use SoapUI to send SOAP commands to your web service.

+2


source


It is not clear (to me) from your question if this is a one-off debugging exercise you are doing or a logging style solution for your application.



For the former, I use TCPTrace (free) or HttpAnalyzer

0


source


0


source







All Articles