Forum Discussion
cbyndr
15 years agoContributor
Hey, thanks for the response.
Haven't gotten this to work yet. Here is what I have in my script:
def holder;
def quota;
def groovyUtils = new com.eviware.soapui.support.GroovyUtilsPro( context );
holder = groovyUtils.getXmlHolder( messageExchange.response.responseContentXML );
quota = holder.getNodeValue("//flex.messaging.io.amf.ASObject[1]/map[1]/double[4]/text()");
Which results in output of 'null'
Fri Mar 05 06:50:28 EST 2010:INFO:null
Haven't gotten this to work yet. Here is what I have in my script:
def holder;
def quota;
def groovyUtils = new com.eviware.soapui.support.GroovyUtilsPro( context );
holder = groovyUtils.getXmlHolder( messageExchange.response.responseContentXML );
quota = holder.getNodeValue("//flex.messaging.io.amf.ASObject[1]/map[1]/double[4]/text()");
Which results in output of 'null'
Fri Mar 05 06:50:28 EST 2010:INFO:null