JDE Orchestrator not getting Called
Hi Team,
I have created a test Orchestrator named Test_IOT in DV920 and personal to me as of now.
Once I run it through Client its running fine but when I try to run it from command prompt or putty session with curl command using published URL, its not working.
Used Curl command like this way:-
curl -H "Content-Type:application/json" -X POST -k https://AIS_Server:port/jderest/orchestrator/Test_IOT -d "{\"username\":\"my_username\",\"password\":\"my_password\"}".
its giving this error:-
"message" : "Endpoint not defined: Test_IOT. Add the orchestration, or make sure it is shared to this user.",