How do you add a new element to the request using Groovy
Hi I need to add a new element / node in the request xml dynamically. I am trying the following groovy script def groovyUtils = new com.eviware.soapui.support.GroovyUtils(context) //def xmlU...