Nikolaj
13 years agoOccasional Contributor
Error occurs when get value from http response
Hi All,
I have i little problem. When I get value from http response by groovy script as:
Error occurs: "org.apache.xmlbeans.XmlExeption: error: Unexpected characted encountered: '_'
Please tell me get value from http response.
Any suggestion is appreciated.
Thanks in advance.
I have i little problem. When I get value from http response by groovy script as:
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context )
def holder = groovyUtils.getXmlHolder("QS#Response")
Error occurs: "org.apache.xmlbeans.XmlExeption: error: Unexpected characted encountered: '_'
Please tell me get value from http response.
Any suggestion is appreciated.
Thanks in advance.