XmlSchemaExporter::ExportMembersMapping Method (XmlMembersMapping^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Adds an element declaration to the applicable XmlSchema for each of the element parts of a literal SOAP message definition.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- xmlMembersMapping
-
Type:
System.Xml.Serialization::XmlMembersMapping^
The internal .NET Framework type mappings for the element parts of a Web Services Description Language (WSDL) message definition.
For each SOAP message part, the ExportMembersMapping method adds an XML schema element declaration to the XmlSchema that uses the same namespace as the part. A literal message definition normally contains a single part.
Use the ServiceDescriptionReflector class instead.
.NET Framework
Available since 1.1
Available since 1.1
Show: