curl -d @message.xml -H "Content-Type: text/xml; charset=utf-8" "endpoint"
where:
- message.xml - a file with the SOAP request
- endpoint - the URL of the web-service endpoint
Posted by leonidv to Leonid's cards (2018-03-23 19:27)
curl -d @message.xml -H "Content-Type: text/xml; charset=utf-8" "endpoint"
where: