Forum Discussion

CARQUESTTechnol's avatar
CARQUESTTechnol
Contributor
15 years ago

[Res]Run second request from all data returned from first

How can I run a test request with all the data returned from a previous request. The property transfer only allows the transfer of 1 property at a time. I have a variable list of data returned from request 1(each in its own node). I would like to run the request 2 for each node that is returned from request 1.

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