all groups > dotnet xml > april 2006 >
You're in the

dotnet xml

group:

XMLHttpRequest in .NET



XMLHttpRequest in .NET Chakravarthy
4/29/2006 12:24:01 AM
dotnet xml: Is there any class or wrapper or support in .NET of any version for
Microsoft.XML components. XMLHttpRequest is an object from MSXML component.

If i'm not mistaken MSXML is designed preior to .NET. Is there any related
objects in .NET namespaces?

One of our client exposed an XMLInterface on web. So to get the request from
the exposed interface, I’m using this object. For more understanding, please
go through this link ( http://194.224.184.162/barceloDS/interface/example )
and this will give you idea on how our client exposed their interface

To consume this interface, what kind of style you prefer other than
XMLHttpRequest?

--
Re: XMLHttpRequest in .NET Bjoern Hoehrmann
4/29/2006 3:03:22 PM
* Chakravarthy wrote in microsoft.public.dotnet.xml:
[quoted text, click to view]

XMLHttpRequest just does HTTP requests and XML parsing. The classes in
System.Xml that support XML processing should be able to perform HTTP
requests on their own, using System.Net classes you can control the
finer aspects of the HTTP communication, e.g. System.Net.WebClient.
--
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
AddThis Social Bookmark Button