<add> Element for <soapExtensionImporterTypes>
Adds a specified SOAP extension importer class, which extends the client proxy generation process for use with a service description format extension (SDFE).
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
|
type |
Required attribute. Specifies the SOAP extension importer class to add. |
|
priority |
Required attribute. Along with group, specifies the relative order in which a SOAP extension importer runs when multiple SOAP extension importers are configured to run. Within each group, the priority attribute distinguishes the overall relative priority of the SOAP extension importer. A lower priority number indicates a higher priority for the SOAP extension importer. The lowest possible value for the priority attribute is 1. |
|
group |
Required attribute. Along with priority, specifies the relative order in which a SOAP extension importer runs when multiple SOAP extension importers are configured to run. The possible values are as follows:
|
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
|
configuration |
The root element in every configuration file used by the common language runtime and .NET Framework applications. |
|
soapExtensionImporterTypes |
Specifies, for Web service clients only, SOAP extension importer classes, which extend the client proxy generation process. |
|
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. |