Hi,
Is it possible to run a curl soap webservices command from SAM?
I want to run a curl command in a script on SAM. An XML file also needs to be part of the command string.
This command does work from the Windows command line. I would like to run it from a Script Monitor of some kind. The "request.xml" file contains XML code.
curl -X POST -H "Content-Type:application/soap+xml; charset=utf-8;" -H "SOAPAction:" --data @request.xml http://abc-ashc-p01:8890/cs/ABCAuthSoap12HttpPort
Thank you,
Gino