Forum Discussion
2 Replies
- Hello,
It sounds like you could use an XML DataSource to create a loop that iterates over the returned values in the first response, and runs request 2 once for each value. Check out the documentation here. Basically you would have the following:
Request 1
DataSource
Request 2
DataSource Loop
Good luck!
Regards,
Dain
eviware.com - CARQUESTTechnolContributorThis is a much better solution than what I came up with!
Thanks.