SoapUI — API Request Response chaining with JSON

Manul Wickramanayaka
Test Automation Hub
4 min readJun 15, 2021

--

Extracting JSON Response and use it in the next API Request (REST API)

This article shows how to extract value from a JSON response in a REST API and use the value in any other subsequent API Requests in SoapUI

Request1: For a Sample REST-API, let's use this which is giving the list of users. Add a GET request for the below endpoint from SoapUI.

--

--