Capture incoming and outgoing soap request
问题 I have a C# console application that calls SSRS soap based webservice (service runs on a remote machine). I want to capture the incoming and outgoing soap request. How can this be done? Thanks 回答1: Is this just for debugging purposes? If so, Fiddler is probably your best bet. Wireshark is also great, but it doesn't do the HTTPS stuff that Fiddler does. It's possible to capture the data on the service side by effectively adding an incoming and outgoing filter which just passes the data along,