Bright
9 years agoNew Contributor
Dynamically retrieve Id from PUT request
I am using soapUI (open source) for automation of REST API.
I ran into some difficulties while transferring an Id from a PUT request to a GET request.
The problem is that I want to dynamically retrieve the Id from the PUT request and set it as a resource path in a GET request.
I attempted using property transfer to retrieve the Id (which worked using property transfer)
but am confused on how to use it as a resource path in my next test step (GET). I appreciate you contributions.