14 years ago
Passing Response as Request
Hi All,
I have 2 json rest services my condition to test them is like, I will give request to one json service which in turn give me the response which I will use as one of the json input object for 2nd json service. For Example, My json1 has given response as 221 which I will use that and frame json object like
and pass it over to json2 where 221 is the response from json1. Will that be possible? Can anyone please explain?
Thanks,
Karthik
I have 2 json rest services my condition to test them is like, I will give request to one json service which in turn give me the response which I will use as one of the json input object for 2nd json service. For Example, My json1 has given response as 221 which I will use that and frame json object like
{id:221,name:'test Json'}
and pass it over to json2 where 221 is the response from json1. Will that be possible? Can anyone please explain?
Thanks,
Karthik