System.Xml.Serialization.SoapSchemaImporter.ImportMembersMapping Method

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

Syntax

public XmlMembersMapping ImportMembersMapping (string name, string ns, SoapSchemaMember member)

Parameters

name
The message name.
ns
The message namespace.
member
A System.Xml.Serialization.SoapSchemaMember object that provides information about the part element.

Returns

The .NET Framework type mapping for a single element part of a WSDL message definition.

Remarks

The SoapSchemaImporter.ImportMembersMapping(string, string, SoapSchemaMember) method of the System.Xml.Serialization.SoapSchemaImporter class is used by the Wsdl.exe tool while generating client proxy classes or abstract server classes from a Web Services Description Language (WSDL) document. Instead of calling this method directly, use Wsdl.exe.

The System.Xml.Serialization.SoapSchemaImporter class is used only when a WSDL document specifies SOAP encoding, as described in Section 5 of the SOAP 1.1 specification. This signature of the SoapSchemaImporter.ImportMembersMapping(string, string, SoapSchemaMember) method is used when a WSDL message is wrapped within a single part element.

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