Forum Discussion

TestEnable's avatar
TestEnable
Occasional Contributor
11 years ago

Passing POST value in REST API

Hi, We are using SoapUI for testing REST APIs. If API requires single parameter (lets say name) for POST operation, SoapUI accepts in this format: name=testing123 but rejects in this format: {"n...