XmlReflectionImporter Class
Assembly: System.Xml (in system.xml.dll)
The XmlReflectionImporter class is not used directly. Instead, it is used as follows:
-
By the ServiceDescriptionReflector class while it creates ServiceDescription objects from classes that are identified as Web services.
-
By a Web service or client, including during initialization.
-
To initialize an XmlSerializer object.
-
By the XML Schema Definition tool (Xsd.exe) while the tool generates XML schemas from types in a run-time assembly file.
-
By the Web Services Description Language tool (Wsdl.exe) while the tool generates client proxy classes or abstract server classes from a WSDL document.
The XmlReflectionImporter class is used for Web services when a service or client specifies:
-
Literal use, which indicates that the contents of SOAP message parameters and return values (or request and response documents) are literally specified with XML schema definitions.
-
Non-SOAP implementations of Web services using the HTTP-GET and HTTP-POST operations.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.