Expand my Community achievements bar.

SOLVED

Calling AEM Forms JEE RESTful from SoapUI

Avatar

Level 2

Using SoapUI to call an AEM JEE process using REST/JSON.   Process is enabled for REST.  

On running through SoapUI it comes back with HTTP 200...however it looks like my json variables are not being picked up in Adobe.  Using the VariableLogger in workbench shows that my expected variables are empty.  

 

JSON

{

variable: "test"

variable1: "this is a test"

}

 

Any idea how to successfully pass these to AEM?

 

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Are you parsing the json data received from SOAP UI? It will not be set directly to variable in the workbench.

You need to use an Execute Script activity or another supported mechanism to parse the JSON string and set the data to your workbench variable in the process.

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Are you parsing the json data received from SOAP UI? It will not be set directly to variable in the workbench.

You need to use an Execute Script activity or another supported mechanism to parse the JSON string and set the data to your workbench variable in the process.