1
Reply

How to get C# client to display SOAP response

tim 0

tim 0

Aug 7 2005 9:36 PM
4.4k
I have the following code: MMS_WS_Client.localhost.HiWS myService = new MMS_WS_Client.localhost.HiWS(); MMS_WS_Client.localhost.sayHi sayHiInst = new MMS_WS_Client.localhost.sayHi(); sayHiInst.String_1 = "Ling Ling"; label2.Text = myService.sayHi(sayHiInst).result; I want myService to print out the actual XML SOAP response. Anyone know how to do this?

Answers (1)