Search Books

XML and HTTP Data Access Classes

Author Darshan Singh
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
8.00 USD
🛒 Buy New on Amazon 🇺🇸

✓ Available for download now

Share:
Book Details
Author(s)Darshan Singh
ISBN / ASINB0006I0W0O
ISBN-13978B0006I0W04
AvailabilityAvailable for download now
Sales Rank11,175,263
MarketplaceUnited States 🇺🇸

Description

HTTP is the primary backbone of the Web. XML is rapidly becoming the de facto data format. These two technologies can be used together to build web-enabled data exchange applications. In this article, Darshan Singh explores the HTTP data access classes in MSXML (Microsoft XML Core Services) and in the .NET Framework. We'll begin by discussing the MSXML classes XMLHTTP and ServerXMLHTTP; and then we'll review the .NET Framework classes HttpWebRequest and HttpWebResponse in the System.Net namespace.

The XMLHTTP class is designed to be used on the client side to send the requests to HTTP servers, whereas ServerXMLHTTP is best suited for server-to-server HTTP data communication. There are many differences between these components. The article discusses all such issues and will help you decide when to use each of these classes.