<remove> Element for <soapExtensionImporterTypes>
This topic is specific to a legacy technology. XML Web services and XML Web service clients should now be created using Windows Communication Foundation.
Removes, for Web service clients only (not client), a specified SOAP extension importer class from within the scope of the configuration file.
<configuration>
<system.web>
<webServices> Element
<soapExtensionImporterTypes> Element
<remove> Element for <soapExtensionImporterTypes>
<remove type="SOAP extension importer type"/>
The following sections describe attributes, child elements, and parent elements.
Attribute | Description |
---|---|
type |
Required attribute. The name of the SOAP extension importer class to remove. |
None.
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. |
webServoces |
Controls the settings of Web services deployed using ASP.NET and of Web service clients running on the .NET Framework. |
The following example removes a SOAP extension importer class.
<system.web>
<webServices>
<soapExtensionImporterTypes>
<remove type="typeName"/>
</soapExtensionImporterTypes>
</webServices>
</system.web>
Walkthrough: Customizing the Generation of Service Descriptions and Proxy Classes
<webServices> Element
<soapExtensionImporterTypes> Element
SoapExtensionImporter
ASP.NET Settings Schema
XML Web Services Created Using ASP.NET and XML Web Service Clients