Forum Discussion

Keane_India_Lim's avatar
Keane_India_Lim
New Contributor
14 years ago

How to modify the xml on onRequestscript() in SOAP UI

Here is the code which we wrote in onRequestscript def groovyUtils = new com.eviware.soapui.support.GroovyUtils(context) path = "D:\\Service\\something2.xml"; log.info("path = "+ path); ...