(Using the .NET Framework 2 RTM)
I'm inheriting from SoapHttpClientP rotocol to create a "proxy" class that
interfaces with a 3rd party system using an HTTP SOAP interface.
How can I trace / log / intercept / view the raw data from the request (to
debug that what I send conforms to spec) and the response (again to debug) ?
WSE has some tracing built in, but I cannot find anything for a
SoapHttpClientP rotocol use.
Thanks
I'm inheriting from SoapHttpClientP rotocol to create a "proxy" class that
interfaces with a 3rd party system using an HTTP SOAP interface.
How can I trace / log / intercept / view the raw data from the request (to
debug that what I send conforms to spec) and the response (again to debug) ?
WSE has some tracing built in, but I cannot find anything for a
SoapHttpClientP rotocol use.
Thanks
Comment