Difference between revisions of "Auth profile SoapUI"

From i2Rest
Jump to: navigation, search
m (Pavel.lobko moved page Manage API SoapUI to Auth profile SoapUI without leaving a redirect)
(No difference)

Revision as of 12:54, 25 June 2020

We assume that you already have Soap UI installed. If not, open source installation package could be found on https://www.soapui.org/downloads/soapui/.
Run SOAP UI, then go to File ---> New REST Project. Specify URI to request as follows:

<Main Gate URL>/run_program/echo/echo

where <Main Gate URL> is the value in your configuration *.json.

Echo-soapui-2.png

Change request method for POST, then choose or type "application/json" in Media type and provide request body:

{
     "input":{"echo":"0"},
     "joblog":true,
     "tracein":true, 
     "traceout":true
}

Then submit request.

Echo-soapui-3.png

Find server responce under the JSON tab:

Echo-soapui-4.png