Read XML out of http page

moto11

New Member
Probably easy for you guys, but I am having a real difficult time with it.. I want to use an ASP.NET page to go to and view information from an XML interface. The interface is internal, and it does not have the extension .xml on the end. When I try to do the xmlRead(server.Mappath) - it will not let me use an http page. (address is something like this http://amrmw10.ac.com/od/interface/celinformation?ManagementDomain=*&LastChangeTime=*)<BR>Does anyone know how I can ds.ReadXML this http page? And, can you point me to a resource to learn how to take that info and insert it into a SQL database?[/font=Arial]
 
Back
Top