Forum Discussion
itaykaldi
13 years agoContributor
mrJames wrote: Hi,
Please clarify what you are trying to use by Groovy script.
Below is a link on SoapUI and groovy scripts:
http://www.soapui.org/Scripting-Propert ... brary.html
Regards,
Marcus
Smartbear Support
I receive JSON witch SoapUI cannot Parse to XML ( see my old post http://forum.soapui.org/viewtopic.php?f=2&t=21386&sid=10abdb8983bc881954b4d2aea06c2aea)
i want to clean the JSON and move it to Mock Resposne for assertion
but Mock Response doesn't parse JSON to XML, so i want to convert JSON to XML and then pass it to Mock Resposne (i know its work around)