<soapExtensionReflectorTypes> Element
Specifies the SOAP extensions to run when a service description is generated for all XML Web services within the scope of the configuration file.
<configuration>
<system.Web>
<webServices>
<soapExtensionReflectorTypes>
<soapExtensionReflectorTypes>
<add type="soap extension class"
priority="number"
group="0|1"/>
</soapExtensionReflectorTypes>
Subtags
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> | XML Web Services Created Using ASP.NET and XML Web Service Clients | ASP.NET Configuration | ASP.NET Settings Schema