POSTING XML from Linux server to ASP
- a Linux based web server POSTS XML data via HTTPS
- ASP page receives XML and saves to disk
- ASP page sends XML POST back to Linux based Web server
whats the best way to read the XML file from the POST method? can XMLHTTP
objects be used if data coming from any generic POST?
whats the best way to POST back to the server's URL?
any help would be appreciated!

