Capture incoming and outgoing soap request?

If so Fiddler is probably your best bet Wireshark is also great, but it doesn't do the HTTPS stuff that Fiddler does.

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, logging it as it goes - but that's slightly fiddly from what I remember. Worth the effort if you're trying to do this for long-term audit etc, but for simple inspection I'd go with Fiddler.

Thanks jon. I just want this for debugging purposes..I tried using fiddler but it is not detecting the calls made from my C# proxy class to the webservice (runs on remote machine). It is however detecting the internet traffic.

Any suggestions what could be missing from my settings? – stackoverflowuser May 12 '10 at 20:41 Are you wanting to capture traffic between your box and a network box, or between two separate network boxes that are not your box? – jcolebrand May 12 '10 at 20:42 my bad.

Its detecting the traffic. @drachenstern: its between my box and a network box. – stackoverflowuser May 12 '10 at 20:44 Ok, just making sure, because if it wasn't detecting traffic you were probably looking at something a lot more complex ... Fiddler2 is pretty excellent... – jcolebrand May 12 '10 at 20:48.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions