Skip to content

Instantly share code, notes, and snippets.

@tdl
Created July 17, 2012 16:18
Show Gist options
  • Save tdl/3130382 to your computer and use it in GitHub Desktop.
Save tdl/3130382 to your computer and use it in GitHub Desktop.
Post soap-request XML to a service and save the results
curl -d @<inputfile> <URL> > <outputfile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment