views:

409

answers:

1

How do you override the SOAP response object from an ASP.NET Web Service before the service finishes sending it?

+2  A: 

You can implement a SoapExtension. That's the only way I know of.

John Saunders