Hi Everyone ,
I want to establish the API connection only once and use the POST method multiple times i.e like if we consider REframework i want to establish a API connection in InitAllApplications once and then process each transaction from queue using POST method by passing parameters till the end of queue items.
Is it possible? if so how?
Thanks
Bharath