We have a requirement where there are two backends.
First, we call backend-1 where consumer is sending json and we are converting it to query params/GET. Heare I am using dp-open url to call service and get response. After getting the response from first backend I am storing in datapower context variable. if we receive ten tokens from backend-1 we have to call second backend ten times parallelly with the tokens received from backend 1. Here backend-2 is post/xml body.
Can you please help in achieving this or provide the way to call parallelly with backend2.
Afet receiving the first response. I am using for each dp-open url for all the tokens received, I am using Asynch on and event sych action but still the calls are going at a time but the response we are getting sequential.