Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the SOAP extensions used to inspect or modify the SOAP message during processing on the Web service or client. SOAP extensions augment the functionality of Web services.
<soapExtensionTypes>
<add type="soap extension class"
priority="number"
group="0|1"/>
</soapExtensionTypes>
The following sections describe attributes, child elements, and parent elements.
None.
Child Element | Description |
---|---|
Adds a specified SOAP extension class that provides extended processing of SOAP messages on the Web service or client. |
|
Removes a specified SOAP extension class from within the scope of the configuration file. |
|
Removes all SOAP extensions from within the scope of the configuration file. |
Element | Description |
---|---|
configuration |
The root element in every configuration file used by the common language runtime and .NET Framework applications. |
system.web |
Specifies the root element for the ASP.NET configuration section. |
webservices |
Controls the settings of Web services deployed using ASP.NET and of Web service clients running on the .NET Framework. |
The <soapExtensionTypes> element specifies classes derived from the SoapExtension class.
<webServices> Element
SoapExtension Class
SOAP Message Modification Using SOAP Extensions
ASP.NET Configuration Settings
XML Web Services Created Using ASP.NET and XML Web Service Clients
ASP.NET Configuration