We have an external client provided Api which we need to poll for vehicle location. The problem we are facing is that we first need to poll the "Vehicle Api" in order to get a list of available vehicles and then we can poll the "Locations Api" for each vehicle by using the "Vehicle Id" obtained from the previous request.
Is it possible to use the response of one Http Poller in the body of another Http Poller?