SoapCodeExporter.ExportMembersMapping(XmlMembersMapping) Method

Definition

Generates a .NET Framework type, plus attribute declarations, for each of the parts that belong to a SOAP message definition in a WSDL document.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void ExportMembersMapping(System::Xml::Serialization::XmlMembersMapping ^ xmlMembersMapping);
public void ExportMembersMapping (System.Xml.Serialization.XmlMembersMapping xmlMembersMapping);
member this.ExportMembersMapping : System.Xml.Serialization.XmlMembersMapping -> unit
Public Sub ExportMembersMapping (xmlMembersMapping As XmlMembersMapping)

Parameters

xmlMembersMapping
XmlMembersMapping

Internal .NET Framework type mappings for the element parts of a WSDL message definition.

Remarks

This method is used by the Wsdl.exe tool when a WSDL document specifies SOAP encoding, as described in Section 5 of the SOAP 1.1 specification.

Applies to