Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How set get request with json body from soapui?

It is legal (in some cases) to send get request with json data contained in the body. But soapui hides "body" subwindow where I can paste json string so only key-value pairs menu is available. Is there any workaround to send get request with body in soapui?

like image 649
Cherry Avatar asked Feb 15 '15 15:02

Cherry


1 Answers

You can add json, choose application/json as Media type, as shown below. I use soapui release 4.5.1,free edition on linux.

enter image description here

Is this what you are looking for?

like image 157
Rao Avatar answered Oct 05 '22 23:10

Rao