SoapCodeExporter::ExportMembersMapping Method (XmlMembersMapping^)

 

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

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

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
void ExportMembersMapping(
	XmlMembersMapping^ xmlMembersMapping
)

Parameters

xmlMembersMapping
Type: System.Xml.Serialization::XmlMembersMapping^

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

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.

.NET Framework
Available since 1.1
Return to top
Show: