Hello, I want to intercept every request made to a web service in order
to be able to display the actual SOAP request in a WebBrowser control
(for documentation purposes in a test tool). I know how to do this on
the server side (using a SOAPExtension), but I found no way to do this
on the client side. I tried to override GetWebRequest and
GetWriterForMessage of the SoapHttpClientProtocol class, but couldn't
figure out how to actually get hold of the SOAP XML string. Using
Reflector, I saw that every request is being sent to a "RemoteDebugger"
object interally, but I don't know how to use this feature. Does anyone
have an idea?
Thanks,
Urs
Ronald - 22 Jan 2006 20:48 GMT
I use a trial of HTTP analyzer. Works for me. (http://www.ieinspector.com/)
> Hello, I want to intercept every request made to a web service in order
> to be able to display the actual SOAP request in a WebBrowser control
[quoted text clipped - 9 lines]
> Thanks,
> Urs
George - 31 Mar 2006 15:48 GMT
I use a freeware called YATT (yet another trace tool)