Hi there,
I’m trying to test a web service with Katalon Studio. The Content-Type of the response that the web service gives me is application/xml.
If I try to ‘verify element property value’ Katalon gives me the following error:
Hi @bram.kroon,
We are investigating on this issue. In the mean time, you can work around by get the raw response content via getResponseText(), then use XmlSlurper to parse your content and verify as needed. Please refer to the documentation of XmlSlurper at https://docs.groovy-lang.org/latest/html/api/groovy/util/XmlSlurper.html