Morpheus
7 years agoNew Contributor
Is there MockResponse for REST/ JSON API?
I want to test incoming request. I want SoapUI to listen on specified port, and when request comes intercept it, and make tests on that requests (schema corectness, contains assertions, etc.). I found MockResponse, but it is only for SOAP application, and I need something for REST concept and JSON calls. Is there any way to do it?