Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - Re: XML file not saving >Thread Next - Re: XML file not saving Re: XML file not savingTo: NULL Date: 11/1/2004 7:53:00 AM I missed one more.
You used /get/ method and sent xmldocument. That's unavailable. Use /post/
method if you send something. e.g.,
set xh=createobject("msxml2.xmlhttp") 'Note the progID. Microsoft~ is
antique. And .4.0 is better.
xh.open "post", strurl, false
xh.send oXmlDocument
if not oXmlDocument.load(xh.responseBody) then
oXmlDocument.loadxml "<Error/>"
end if
oXmlDocument.save strSaveFile
If problem persists, show us your callee ASP in abstracted form.
"David" <daman@b...> wrote in message
news:%23jTHLE1vEHA.2316@T......
> Yes. It is the exact same folder we save and delete images from in this
> same application.
>
> David
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
