XmlReflectionMember Class
Provides mappings between code entities in .NET Framework Web service methods and the content of Web Services Description Language (WSDL) messages that are defined for SOAP Web services.
Assembly: System.Xml (in System.Xml.dll)
The XmlReflectionMember class is not used directly. Instead, it is used:
To initialize XmlSerializer objects while the .NET Framework is initializing a SOAP Web service or client.
By the ServiceDescriptionReflector class while ServiceDescriptionReflector creates ServiceDescription objects from classes that are identified as SOAP Web services.
During reflection of a SOAP Web service method, arrays of XmlReflectionMember objects are produced that represent the contents of WSDL message definitions. An array is produced for each of the following items that belong to a SOAP Web service method:
Input parameters.
Output parameters and return values.
Request SOAP headers via attributes.
Response SOAP headers via attributes.
The SoapReflectionImporter and XmlReflectionImporter classes translate an XmlReflectionMember array into an XmlMembersMapping that contains an XmlMemberMapping collection, for further processing.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.