I am automating testing of Restful services using ReadyAPI.
A Test case has two GET request steps(say GETCARDS and GETCARDDETAILS).
GETCARDS returns an array of Cardnumbers (not fixed size). I need to use these card numbers in second request GETCARDDETAILS and run them one by one.
For this these i am planning to dynamically create variables/properties based on Cardnumbers arrarsize and store the values for each run. Later use these values in second step GETCARDDETAILS . Need help in creating and storing values received in the response dynamically.