Forum Discussion
nmrao
13 years agoCommunity Hero
Understand that CelciusToFahrenheit is the step name and looking for capturing its response.
May be you try like below and also you can refer http://www.soapui.org/Scripting-Propert ... rate-nodes
May be you try like below and also you can refer http://www.soapui.org/Scripting-Propert ... rate-nodes
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context )
def holder = groovyUtils.getXmlHolder( "CelciusToFahrenheit#Response" )