This documentation is archived and is not being maintained.

How to: Implement a SOAP Extension

This topic is specific to a legacy technology. XML Web services and XML Web service clients should now be created using Windows Communication Foundation .

The following code example is a SOAP extension that logs the SOAP messages sent to and from a Web service or Web service client. If the following SOAP extension is installed to run with a Web service, the ASPNET user account must have permission to write to the directory in which the log file is written.

Note: This particular SOAP extension does not modify the SOAP message. Therefore, it does not need to be implemented symmetrically on both the client and server.

Example

No code example is currently available or this language may not be supported.

See Also

Show: