Viewing Entire XML packets with WSDL Proxy Class

microkarl

Regular
Joined
Apr 22, 2004
Messages
88
Location
Morristown, NJ
All,
I have this SOAP web service, the way I do it is generated a WSDL proxy class based on the WSDL file (using the wsdl tool from Microsoft). Now, I want to also have the ability to log the ENTIRE XML packets, both outbound and inbound. I know that there's a class called SOAPExtension to overwrite. But for ppl like me using the WSDL proxy class, how to we even hook into the SOAPExtension class since that proxy class is supposed to be make the call...? Can anyone help?

Regards,
Kyle
 
Thanks for the response. I have tried it and it works!! Now, I have a second question on this. is there an easy way to add a delegate/event on this class so other classes can catch it?
 
Back
Top