System.Xml.Serialization.SoapSchemaImporter Class

Used within the .NET Framework to generate internal mappings to .NET Framework types for SOAP-encoded message parts in a WSDL document.

See Also: SoapSchemaImporter Members

Syntax

public class SoapSchemaImporter : SchemaImporter

Remarks

The System.Xml.Serialization.SoapSchemaImporter class is used by the Web Services Description Language Tool (Wsdl.exe), and the System.Web.Services.Description.ServiceDescriptionImporter class, while generating client proxy classes or abstract server classes from a Web Services Description Language (WSDL) document. Instead of using this class directly, use Wsdl.exe.

The System.Xml.Serialization.SoapSchemaImporter class has methods to generate internal mappings to .NET Framework types for part elements defined in a WSDL document. The class is used only when a WSDL document specifies SOAP encoding, as described in Section 5 of the SOAP 1.1 specification.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0