Question Does the SoapHttpClientProtocol Invoke method deserialize the xml for me?

groadsvb

Well-known member
Joined
Nov 13, 2006
Messages
75
Programming Experience
Beginner
I just wrote my first web client. It uses soap and xml. I used wsdl.exe to create the proxy for me and everything is working ok. To me it seems like the Invoke method actually deserilizes the xml for me. Is that the case? Thanks.
 
Back
Top