HttpWebClientProtocol::GenerateXmlMappings Method
.NET Framework (current version)
Gets the XmlMembersMapping for each XML Web service method exposed by the specified type(s).
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GenerateXmlMappings(Type^, ArrayList^) | Gets the XmlMembersMapping for each XML Web service method exposed by the specified type, and stores the mappings in the specified ArrayList. |
![]() ![]() | GenerateXmlMappings(array<Type^>^, ArrayList^) | Gets the XmlMembersMapping for each XML Web service method exposed by the specified types, and stores the mappings in the specified ArrayList, as well as in a Hashtable that this method returns. |
Show:

