System.Web.Services.Description.SoapProtocolImporter.SoapImporter Property

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

Syntax

public System.Xml.Serialization.SoapSchemaImporter SoapImporter { get; }

Value

a System.Xml.Serialization.SoapSchemaImporter

Remarks

The System.Web.Services.Description.SoapProtocolImporter class uses a System.Xml.Serialization.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/".

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0