Skip to content

Instantly share code, notes, and snippets.

@cikabo
Forked from bojanbjelic/curl-soap.cmd
Created May 12, 2019 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cikabo/a4d8f799a84da6917c024f093c7104ba to your computer and use it in GitHub Desktop.
Save cikabo/a4d8f799a84da6917c024f093c7104ba to your computer and use it in GitHub Desktop.
curl a SOAP service
curl "https://www.example.com/Service.svc" -H "SOAPAction: ""urn:service.example.com/IService/GetObject""" --data-binary @post.txt --comcodessed -k -D responseHeaders.txt -v -o response.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment