Forum Discussion
kamahade
16 years agoRegular Contributor
Thanks for replying back to forum.. only like this we could improve the quality of this forum..rather than only Questions !
Let me take this change to post my groovy script solution as well
Please tell me what is XmlSlurper
Let me take this change to post my groovy script solution as well
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context );
def responseHolder = groovyUtils.getXmlHolder("TESTCASE#Response");
responseHolder.declareNamespace( 'se', 'http://WEBSITE_FOR_NAME_SPACE')
MA_UUID=responseHolder.getNodeValue("//se:firstnodee[1]/nodenode[1]/whichnodeIwant[1]");
Please tell me what is XmlSlurper