Search Result
Collapse
2 results in 0.0042 seconds.
Keywords
Members
Tags
-
Problem with SoapHttpClientProtocol Invoke()
Hello. I am having a problem with the SoapHttpClientP rotocol recognizing a class hierarchy defined in my WSDL and schema. I am using VC#2008Express to import a WSDL from my SOAP server and build a basic client app. I have a base class A and a subclass B extending A. The WSDL defines an action that can be invoked that returns an instance of A. When queried, the server responds with an instance of the subclass B. However, the VC# client returns... -
Diagnostic information for SoapHttpClientProtocol requests / respo
(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...