Taking Multiple ID's From JSON To Populate Value of Next Rest Call
I am fairly new to SoapUI and have been tasked with using the load testing feature to measure two new web services' interactions. The goal is to have SoapUI call the first web service first to get a list of all open work orders, which are denoted by a distinct workorder_id, presented in JSON format.
After I have captured the workorder_id, I would like SoapUI to iterate through the second web service, which displays much more details about each of these workorder_id's.
My question is, is it possible to get the workorder_id from the first webservice, presented like this (JSON)
And have it populate the Value field in the next REST call here
I believe this will help me achieve the results I desire. So far, I have been unable to capture the workorder_id using Property Transfer, and was wondering if that's even the best way to go about it. Thank you for your assistance!