SoapSchemaImporter Class

Definition

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

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class SoapSchemaImporter
public ref class SoapSchemaImporter : System::Xml::Serialization::SchemaImporter
public class SoapSchemaImporter
public class SoapSchemaImporter : System.Xml.Serialization.SchemaImporter
type SoapSchemaImporter = class
type SoapSchemaImporter = class
    inherit SchemaImporter
Public Class SoapSchemaImporter
Public Class SoapSchemaImporter
Inherits SchemaImporter
Inheritance
SoapSchemaImporter
Inheritance
SoapSchemaImporter

Remarks

The SoapSchemaImporter class is used by the Web Services Description Language Tool (Wsdl.exe), and the 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 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.

Constructors

SoapSchemaImporter(XmlSchemas)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the SoapSchemaImporter class, specifying XmlSchema objects representing the XML schemas used by SOAP encoded messages defined in a WSDL document.

SoapSchemaImporter(XmlSchemas, CodeGenerationOptions, CodeDomProvider, ImportContext)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the SoapSchemaImporter class specifying the schemas, compiler options, and names of related code entities.

SoapSchemaImporter(XmlSchemas, CodeGenerationOptions, ImportContext)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the SoapSchemaImporter class specifying the schemas, compiler options, and the context of the schemas.

SoapSchemaImporter(XmlSchemas, CodeIdentifiers)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the SoapSchemaImporter class, specifying XmlSchema objects representing the XML schemas used by SOAP encoded messages, plus classes being generated for bindings defined in a WSDL document.

SoapSchemaImporter(XmlSchemas, CodeIdentifiers, CodeGenerationOptions)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the SoapSchemaImporter class specifying the schemas, compiler options, and names of related code entities.

Properties

Extensions

Gets a collection of schema importer extensions.

(Inherited from SchemaImporter)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
ImportDerivedTypeMapping(XmlQualifiedName, Type, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Generates internal type mapping information for the type of a SOAP-encoded element part defined in a WSDL document where a base type is specified.

ImportMembersMapping(String, String, SoapSchemaMember)

This API supports the product infrastructure and is not intended to be used directly from your code.

Generates internal type mapping information for a single SOAP-encoded element part defined in a WSDL document.

ImportMembersMapping(String, String, SoapSchemaMember[])

This API supports the product infrastructure and is not intended to be used directly from your code.

Generates internal type mapping information for the element parts of a SOAP-encoded message defined in a WSDL document.

ImportMembersMapping(String, String, SoapSchemaMember[], Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Generates internal type mapping information for the element parts of a SOAP-encoded message defined in a WSDL document.

ImportMembersMapping(String, String, SoapSchemaMember[], Boolean, Type, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Generates internal type mapping information for the element parts of a SOAP-encoded message defined in a WSDL document.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also