HttpWebClientProtocol::GenerateXmlMappings Method (Type^, ArrayList^)
.NET Framework (current version)
Gets the XmlMembersMapping for each XML Web service method exposed by the specified type, and stores the mappings in the specified ArrayList.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- type
-
Type:
System::Type^
The Type that exposes the XML Web service methods.
- mappings
-
Type:
System.Collections::ArrayList^
A ArrayList that is used to store the mappings.
Return Value
Type: System::Booleantrue if type can be assigned to a SoapHttpClientProtocol; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: