<soapInterop> Element 

Contains type mappings used with SOAP.

<soapInterop> 
   <preLoad> 
   <interopXmlElement> 
   <interopXmlType> 
</soapInterop>

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description

interopXmlElement

Creates a bidirectional map between a common language runtime type and an XML element and XML namespace. Occurs one or more times in the <soapInterop> element.

interopXmlType

Creates a bidirectional map between a common language runtime type and an XML element and XML namespace when the element name cannot be changed. Occurs once in the <soapInterop> element.

preLoad

Specifies the type to load for the mappings from types that extend SoapAttribute. Can occur one or more times in the <soapInterop> element.

Parent Elements

Element Description

application

Contains information about remote objects the application consumes and exposes.

configuration

The root element in every configuration file used by the common language runtime and .NET Framework applications.

system.runtime.reporting

Contains information about remote objects and channels.

See Also

Reference

Remoting Settings Schema