XmlSchemaImporter::ImportMembersMapping Method (XmlQualifiedName^)
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 element part of a literal-use SOAP message defined in a WSDL document.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- name
-
Type:
System.Xml::XmlQualifiedName^
An XmlQualifiedName that specifies the name of the message part.
Return Value
Type: System.Xml.Serialization::XmlMembersMapping^The .NET Framework type mapping for a WSDL message definition containing a single element part.
The ImportMembersMapping method of the XmlSchemaImporter 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 or Xsd.exe.
The XmlSchemaImporter class is used only when a WSDL document specifies literal use. This overload is used when a WSDL message is wrapped within a single part element.
Available since 1.1