SoapSchemaImporter::ImportMembersMapping Method (String^, String^, SoapSchemaMember^)

 

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 SOAP-encoded element part defined in a WSDL document.

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

public:
XmlMembersMapping^ ImportMembersMapping(
	String^ name,
	String^ ns,
	SoapSchemaMember^ member
)

Parameters

name
Type: System::String^

The message name.

ns
Type: System::String^

The message namespace.

member
Type: System.Xml.Serialization::SoapSchemaMember^

A SoapSchemaMember object that provides information about the part element.

Return Value

Type: System.Xml.Serialization::XmlMembersMapping^

The .NET Framework type mapping for a single element part of a WSDL message definition.

The ImportMembersMapping method of the SoapSchemaImporter 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.

The SoapSchemaImporter class is used only when a WSDL document specifies SOAP encoding, as described in Section 5 of the SOAP 1.1 specification. This signature of the ImportMembersMapping method is used when a WSDL message is wrapped within a single part element.

.NET Framework
Available since 1.1
Return to top
Show: