System.Web.Services.Description.SoapProtocolImporter.XmlImporter Property

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

Syntax

public System.Xml.Serialization.XmlSchemaImporter XmlImporter { get; }

Value

a System.Xml.Serialization.XmlSchemaImporter

Remarks

The System.Web.Services.Description.SoapProtocolImporter class uses an System.Xml.Serialization.XmlSchemaImporter object to create code from .NET Framework type mappings for XML schema elements and data types that require literal XML Schema usage, as opposed to SOAP encoding. SOAP encoding is specified in section 5 of the SOAP 1.1 specification.

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