XML HTTP

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

XML HTTP functionality makes it possible to exchange Extensible Markup Language (XML) data directly over the Internet, using the Hypertext Transfer Protocol (HTTP). Using XML HTTP, you can create applications that can transfer data over the Web. XML HTTP implements the XMLHTTP object.

Using the XMLHTTP object you can access data from a Web server, parse the data using the XML Document Object Model (DOM), and post XML data through a typical firewall directly to an HTTP server.

XML HTTP requires XML Core Services and DOM, URL Moniker, and Windows Internet Services. For more information about XML HTTP, see the World Wide Web Consortium Web site.

See Also

Reference

XML HTTP Reference
IXMLHTTPRequest

Other Resources

XML Core Services and Document Object Model
URL Moniker Services
WinInet Application Development