[notepad] curl & SOAP

Posted on Tue 28 January 2014 in Linux • 1 min read

curl -H "Content-Type: text/xml; charset=utf-8" -H "SOAPAction:" -d @data.txt -w "%{http_code}\n" -s -o /dev/null  -X POST