I am trying to post a local .xml file to a remote .asp script and receive/print resulting xml file that is returned.
I've been poking around the forums, docs, and elsewhere to find an example to follow with no luck.
I've used curl for posting variables and receiving results but never with a file post. When I try to use this approach for a file it appears I am sending something other than the file - I get parser failures from the remote host.
Is there another approach for posting the file and catching the .xml response file? Thanks!