System.Xml.Serialization.XmlSchemaExporter.ExportMembersMapping Method

Adds an element declaration to the applicable System.Xml.Schema.XmlSchema for each of the element parts of a literal SOAP message definition.

Syntax

public void ExportMembersMapping (XmlMembersMapping xmlMembersMapping)

Parameters

xmlMembersMapping
The internal .NET Framework type mappings for the element parts of a Web Services Description Language (WSDL) message definition.

Remarks

For each SOAP message part, the XmlSchemaExporter.ExportMembersMapping(XmlMembersMapping) method adds an XML schema element declaration to the System.Xml.Schema.XmlSchema that uses the same namespace as the part. A literal message definition normally contains a single part.

Use the System.Web.Services.Description.ServiceDescriptionReflector class instead.

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