andrew_laser
14 years agoOccasional Contributor
groovyUtils.getXmlHolder() exceptions in "Setup Script"
The following code executed in the test case's "Setup Script" causes error popup in the second line
"Request1" is the name of the step I want to process
Can anybody figure out what is wrong?
I'm trying to get the holder in order to modify my Request.
NOTE: Property expansion is not suitable for me, because of test case logic.
The request XML is attached.
"Request1" is the name of the step I want to process
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context )
def holder = groovyUtils.getXmlHolder("Request1#Request" )
org.apache.xmlbeans.XmlException: error: Unexpected element: CDATA
Can anybody figure out what is wrong?
I'm trying to get the holder in order to modify my Request.
NOTE: Property expansion is not suitable for me, because of test case logic.
The request XML is attached.