Forum Discussion

EdPrescott's avatar
EdPrescott
New Contributor
11 years ago

How to: POST REST request with JSON body (SoapUI Pro 4.6.1)

I need to POST to a REST endpoint a request with a JSON body, like POST http://server/service/method Content-Type: application/json   { "hi" : "there" } How c...