Forum Discussion

Perchishka's avatar
Perchishka
Occasional Contributor
8 years ago
Solved

Groovy script for JDBS request assertion. Unexpected element: CDATA

Hello!   I just started to use SOAPUI I have a script assertion for JDBC request:   import com.eviware.soapui.support.XmlHolder def groovyUtils = new com.eviware.soapui.support.GroovyUtils( con...
  • PaulMS's avatar
    PaulMS
    8 years ago

    If you renamed the test step then you need to update this line in the script

    def holder = groovyUtils.getXmlHolder( "JDBC Request#ResponseAsXml" )