Forum Discussion

helloworld's avatar
helloworld
New Contributor
12 years ago

How to POST Dynamic JSON to REST Webservices through Groovy

Hi All,
I am very new to SOAPUI and Groovy scripting. Here I need some of your help to complete my task.
1. I am able to import excel data into groovy script.
2. Able to change the json content with the excel content.
3. Assign that modified json to a variable and create a testcase parameter for this dynamic json.
3. How to post this testcase parameter value to REST ws ? I got struck here. Please help.