Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Error posting XML document Error posting XML documentTo: NULL Date: 8/2/2005 11:18:00 AM I'm using a VB program to bring back a record set from SQL Server, convert
it to XML, and send it to an ASP page for processing. This job has run
fine but I started getting an error after I upgraded from Win 2000 to Win
XP. Now when I try to send the xml DomDocument to the asp page I get an
error that says "-2146697208 The download of the specified resource has
failed". Has anyone seen this error before?
I'm running VB 6 on Win XP pulling data from SQL Server 2000. My asp page
is runing on IIS 5.
Here's part of the code:
Dim xml As New MSXML2.XMLHTTP
Dim doc As New MSXML2.DOMDocument
...
...
...
xml.Open "POST", m_ASPPath, False
xml.setRequestHeader "Content-Type", "text/xml"
doc.async = False
objRs.Save doc, adPersistXML
xml.send doc 'This is where the error occurs
All worked well in Win 2000. Am I missing something?
Thanks
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
