POSTING XML from Linux server to ASP

webmasterbeta

New Member
here's the simple scenario...- 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 serverwhats the best way to read the XML file from the POST method? can XMLHTTPobjects 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!
 
Back
Top