<soapInterop> Element

This topic is specific to a legacy technology that is retained for backward compatibility with existing applications and is not recommended for new development. Distributed applications should now be developed using the  Windows Communication Foundation (WCF).

Contains type mappings used with SOAP. This element may occur in an application configuration file, machine configuration file.

Schema Hierarchy

<configuration>
  <system.runtime.remoting> Element
    <application> Element
      <soapInterop> Element

Syntax

<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