<soapTransportImporterTypes> Element

Specifies the SoapTransportImporter types that import SOAP transmission protocols into XML Web services. The default contains no importer types.


<soapTransportImporterTypes> 
   <add type="SoapTransportImporterType"/>
   <remove type="SoapTransportImporterType"/>
   <clear />   
</ soapTransportImporterTypes >

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element Description

add

Adds a specified SoapTransportImporter type that imports SOAP transmission protocols into XML Web services.

clear

Removes all SoapTransportImporter types.

remove

Removes a specified SoapTransportImporter type.

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.

Community Additions

ADD
Show: