Forum Moderators: open
Now all the examples I have found are done using javascript.
How can I produce and post (to another server) a XML document, server side?
can I do this using xmlhttp? or do I need something else?
Thanks for any ideas ... this is diving me crazy!
search for xmlhttp and vbscript
By the way, If this is relation to your other post, you can use xmlHTTP to send a normal POSt request. I'm not sure why aspdaddy was talking about SOAP, but it's not required and probably not the best tool for the job in your case.
I searched and found server xmlhttp, which looks even better then what I have been searching for!
I searched and found server xmlhttp, which looks even better then what I have been searching for!
I thought that was what you were looking for? You mentioned it in your first post. serverXmlHttp is as far as I'm aware just a lower level version of xmlHttp. I think xmlHttp handles situations like redirects for you automatically but has a higher overhead.
In classic ASP I always preferred using PerlScript for that kind of thing anyway ;-)