Forum Discussion
depeche
16 years agoContributor
hi aseshan,
In order to retrieve the context and XMLholder from http request, you can use the following piece of code:
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context );
holder = groovyUtils.getXmlHolder( requestName+"#Request" );
Hope this helps!
regards
depeche
In order to retrieve the context and XMLholder from http request, you can use the following piece of code:
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context );
holder = groovyUtils.getXmlHolder( requestName+"#Request" );
Hope this helps!
regards
depeche