Hi, I make many requests to a webservice using HTTPCaller, the trouble is that the credentials expire after 5 minutes.
I use one HTTPCaller to obtain a new API token and then I use another HTTPCaller to get the required data back.
In that time the token is valid I can run at least 100 calls to the service. What transformers can I use to ensure that after every 100 calls I call the HTTPCaller to get a new API Token and then use that token in the other HTTPCaller to get the data.
I was thinking loops and test filters but I can't get the logic this morning. Any help would be very appreciated.
Thanks