SoapProtocolImporter::XmlExporter Property

 
Use BaseTrue

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

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property XmlCodeExporter^ XmlExporter {
	XmlCodeExporter^ get();
}

Property Value

Type: System.Xml.Serialization::XmlCodeExporter^

An object of type XmlCodeExporter used internally by the SoapProtocolImporter class to generate code from mappings between literal XML schema content and .NET Framework types.

The SoapProtocolImporter class uses an 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.

.NET Framework
Available since 1.1
Return to top
Show: