Browser POST/PUT to soapUI as rest service

266 Views Asked by At

I wanted to mock get, post and put. I was able to configure get which run on the SoapUI server. So whenever I call the url I am getting the JSON value which I set in response with media type application/json.

Same way wanted to mock a POST and PUT. The client will use th URL and post some data. I want to check if the data is received properly in SoapUI. How can we do this?

0

There are 0 best solutions below