<soapExtensionReflectorTypes> Element
Specifies, for Web services only, SOAP extension reflector classes, which extend the service description (WSDL document) generation process.
<soapExtensionReflectorTypes> <add type="soap extension class" /> </soapExtensionReflectorTypes>
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
| Element | Description |
|---|---|
| Adds a specified SOAP extension reflector class, which extends the service description (WSDL document) generation process. | |
| Removes a specified SOAP extension reflector class from within the scope of the configuration file. | |
| Removes all SOAP extension reflectors from within the scope of the configuration file. |
Parent Elements
| 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 <soapExtensionReflectorTypes> element specifies classes derived from the SoapExtensionReflector class. When a WSDL document that incorporates a service description format extension (SDFE) is generated, the ReflectMethod method of each reflector class is called once for each Web method of the Web service class.
Tasks
Walkthrough: Customizing the Generation of Service Descriptions and Proxy ClassesReference
<webServices> ElementSoapExtensionReflector Class
<serviceDescriptionFormatExtensionTypes> Element
ServiceDescriptionFormatExtension Class
Concepts
SOAP Message Modification Using SOAP ExtensionsOther Resources
ASP.NET Configuration SettingsXML Web Services Created Using ASP.NET and XML Web Service Clients
ASP.NET Configuration