Search code examples
c#.netweb-servicesnetwork-monitoring

Monitor Outbound Webservice calls


I'm currently debugging a 3rd party component and I need to monitor to see if it is making an outbound webservice call. Does anyone know of a way of quickly setting up something to monitor this as I step over the code.


Solution

  • I would get wireshark. It can trace network packets, its a quick install.

    http://www.wireshark.org/