Forum Discussion
avidCoder
7 years agoSuper Contributor
Did you try this approach?
def gutils = new com.eviware.soapui.support.GroovyUtils( context );
def holder = gutils.getXmlHolder("Request_Name#Response");
def accountId = holder.getNodeValue("//data:TransactionAdd/@AccountID");