SoapProtocolImporter::SoapImporter Property

 
Use BaseTrue

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.

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

public:
property SoapSchemaImporter^ SoapImporter {
	SoapSchemaImporter^ get();
}

Property Value

Type: System.Xml.Serialization::SoapSchemaImporter^

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

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/".

.NET Framework
Available since 1.1
Return to top
Show: