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.
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
No I am not parsing. Thanks for the response!
Views
Replies
Total Likes
Views
Likes
Replies