SoapProtocolImporter.SoapImporter Property

Definition

Gets the object of type SoapSchemaImporter used internally by the SoapProtocolImporter class to generate mappings between SOAP-encoded XML schema content and .NET Framework types.

public:
 property System::Xml::Serialization::SoapSchemaImporter ^ SoapImporter { System::Xml::Serialization::SoapSchemaImporter ^ get(); };
public System.Xml.Serialization.SoapSchemaImporter SoapImporter { get; }
member this.SoapImporter : System.Xml.Serialization.SoapSchemaImporter
Public ReadOnly Property SoapImporter As SoapSchemaImporter

Property Value

An object of type SoapSchemaImporter used internally by the SoapProtocolImporter class to generate mappings between SOAP-encoded XML schema content and .NET Framework types.

Remarks

The SoapProtocolImporter class uses a SoapSchemaImporter object to create .NET Framework type mappings for XML schema elements and data types that enable SOAP encoding, as opposed to literal XML Schema usage. SOAP encoding is specified in section 5 of the SOAP 1.1 specification. SOAP encoding uses the namespace "http://schemas.xmlsoap.org/soap/encoding/".

Applies to