System.Web.Services.Description.SoapProtocolImporter.XmlExporter Property

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

Syntax

public System.Xml.Serialization.XmlCodeExporter XmlExporter { get; }

Value

a System.Xml.Serialization.XmlCodeExporter

Remarks

The System.Web.Services.Description.SoapProtocolImporter class uses an System.Xml.Serialization.XmlSchemaImporter object to create .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