<soapExtensionImporterTypes> Element

Specifies the SOAP extensions to run when a service description for an XML Web service within the scope of the configuration file is accessed.

<configuration>
   <system.Web>
      <webServices>
         <soapExtensionImporterTypes>

<soapExtensionImporterTypes>
   <add type="soap extension class" 
        priority="number"
        group="0|1"/>
</soapExtensionImporterTypes>

Subtag

Subtag Description
<add> Adds a SOAP extension to run with all XML Web services within the scope of the configuration file.
<remove> Removes a single SOAP extension from a Web service's list of supported extensions.
<clear> Removes all SOAP extensions from a Web service's list of supported extensions.

Remarks

For details on SOAP extensions, see Altering the SOAP Message Using SOAP Extensions.

Requirements

Contained Within: <system.web>

Web Platform: IIS 5.0, IIS 5.1, IIS 6.0

Configuration File: Machine.config, Web.config

Configuration Section Handler: System.Web.Services.Configuration.WebServicesConfigurationSectionHandler

See Also

<webServices> Element | XML Web Services Created Using ASP.NET and XML Web Service Clients | ASP.NET Configuration | ASP.NET Settings Schema