Forum Discussion

John_R__Brewste's avatar
John_R__Brewste
Occasional Contributor
16 years ago

XmlHoder Null Pointer Exception

Greetings I am running a GroovyScript that has the following code: ... def holder = groovyUtils.getXmlHolder( it.name+"#Response" ); if (holder["//ns1:FunctionReturnCode"] == "SUCCESS"...