How can I get the raw XML response from a .NET generated SOAP client rather than serialized objects? -


i need access raw response xml .net generated soap client (using svcutil). believe can intercepting custom behaviour, don't need deserialized objects @ (and rather not take performance hit of creating them). there way can bypass default serialization , access raw response xml directly?

http://msdn.microsoft.com/en-us/magazine/cc163302.aspx

this article describes notion of inspectors - can 'raw' message in there.

this not address avoiding .net serialisation though...


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -