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?

Signature
Every thing is perfect, as long as you share!!!
Bjoern Hoehrmann - 29 Apr 2006 14:03 GMT
* Chakravarthy wrote in microsoft.public.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.
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.

Signature
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/