Before trying the below code, please save all your projects
def groovyUtils = new com.eviware.soapui.support.GroovyUtils(context)
def xmlHolder = groovyUtils.getXmlHolder("RequestStep#Response")
// Below line works fine
log.info xmlHolder
//Below code hangs the soapui/ready API
log.info "$xmlHolder"
why this happens printing a holder inside quotes hangs the system.
Whats the difference when printing an XML Holder inside and outside Quotes