<serviceDescriptionFormatExtensionTypes> Element
Specifies the service description format extensions to run within the scope of the configuration file.
<configuration>
<system.web>
<webServices>
<serviceDescriptionFormatExtensionTypes>
<serviceDescriptionFormatExtensionTypes>
<add type=""
group="0"
priority="2"/>
<remove type="type name"/>
<clear/>
</serviceDescriptionFormatExtensionTypes>
Subtags
Subtag | Description |
---|---|
<add> | Adds a service description format extension to run with all XML Web services within the scope of the configuration file. |
<remove> | Removes the specified service description format extension reference from the compile settings. The value of <remove> must exactly match that of a previous <add> directive. Wildcard selections are not supported. |
<clear> | Removes all service description format extension classes currently contained in or inherited by the specified Web.config file. |
Remarks
For details on SOAP extensions, see Altering the SOAP Message Using SOAP Extensions.
For details on service description format extensions, see the XMLFormatExtensionAttribute class reference.
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 | ASP.NET Configuration | ASP.NET Settings Schema