Avatar

Correct answer by
Employee Advisor

Hello @Hari_07 
With Control M systems, I personally would suggest to use file-based.
Control M drops a 0byte file
ACC will match the filename pattern to start the workflow execution
ACC will drop another 0byte file to let Control M system on the successful completion.

Alternatively, if you wish to achieve by shell script:
As you do have SOAP based API calls, please refer to below screen grabs (using SOAP UI client)
After a successful API call is fired, the client will show all headers required to make an API call using curl, wget, etc.

kishorep_0-1629895982663.pngkishorep_1-1629895994469.png

 

Using the headers information from the SOAP UI client, a typical curl example:

kishorep_2-1629896039190.png


Hope this helps!

View solution in original post