SoapSchemaImporter Class
Used within the .NET Framework to generate internal mappings to .NET Framework types for SOAP-encoded message parts in a WSDL document.
System.Xml.Serialization::SchemaImporter
System.Xml.Serialization::SoapSchemaImporter
Assembly: System.Xml (in System.Xml.dll)
The SoapSchemaImporter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SoapSchemaImporter(XmlSchemas) | 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, CodeIdentifiers) | 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, CodeGenerationOptions, ImportContext) | Initializes a new instance of the SoapSchemaImporter class specifying the schemas, compiler options, and the context of the schemas. |
![]() | SoapSchemaImporter(XmlSchemas, CodeIdentifiers, CodeGenerationOptions) | Initializes a new instance of the SoapSchemaImporter class specifying the schemas, compiler options, and names of related code entities. |
![]() | SoapSchemaImporter(XmlSchemas, CodeGenerationOptions, CodeDomProvider, ImportContext) | Initializes a new instance of the SoapSchemaImporter class specifying the schemas, compiler options, and names of related code entities. |
| Name | Description | |
|---|---|---|
![]() | Extensions | Gets a collection of schema importer extensions. (Inherited from SchemaImporter.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ImportDerivedTypeMapping | 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) | Generates internal type mapping information for a single SOAP-encoded element part defined in a WSDL document. |
![]() | ImportMembersMapping(String, String, array<SoapSchemaMember>) | Generates internal type mapping information for the element parts of a SOAP-encoded message defined in a WSDL document. |
![]() | ImportMembersMapping(String, String, array<SoapSchemaMember>, Boolean) | Generates internal type mapping information for the element parts of a SOAP-encoded message defined in a WSDL document. |
![]() | ImportMembersMapping(String, String, array<SoapSchemaMember>, Boolean, Type, Boolean) | 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.) |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
