Post soap request with curl on comandline

From Bitbull Wiki
Jump to navigation Jump to search

soap.txt is a local text file with the soap request in it

curl -H "Content-Type: text/xml; charset=utf-8" \
     -H "SOAPAction:" \
     -d @soap.txt \
     -X POST http://localhost:18181/httpWSDLService/httpWSDLPort