Generates internal type mapping information for a single SOAP-encoded element part defined in a WSDL document.
- name
- The message name.
- ns
- The message namespace.
- member
- A System.Xml.Serialization.SoapSchemaMember object that provides information about the part element.
The .NET Framework type mapping for a single element part of a WSDL message definition.
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.