I am calling API to create a service now ticket and getting a REQ#/ticket number from Dispatcher Robot.
Later when Performer Bot calling the API with Get method and getting status 200 based on Simple Authentication but with Empty response content, Whereas if I run the Dispatcher Bot’s Code via UiPath Studio the same API is giving answer…
Solutions tried till yet :
Http Request activity’s timeout increased to 30sec
Put Delay before and after API call
Put Http Request activity in retry scope
I have tried above possible solution but still unable to get the response…
Note : I am running Dispatcher & Performer in the same machine with same Bot Id and API authentication credential is also same.
Hello @Anil_G ,
In Dispatcher, I am using POST method and passing the parameters in body and in Performer I am using Get method to fetch the value like sys_id.
There is no issue with Dispatcher bot, Performer code is also working in Studio and getting expected output but giving empty response content while running via Orchestrator.
Hello @Anil_G,
Thank you for your suggestion to check in POSTMAN, The issue has been resolved now…
When I tested the URLs in POSTMAN I found few special characters was getting concatenated when passing the arguments along with Orchestrator triggering…
I have fixed the issue in code and now its working fine in both Studio and Orchestrator runs.