Forum Discussion
M_McDonald
13 years agoSuper Contributor
Are you sure the response is well-formed XML? Try
SoapUI will then use HTML Tidy to try to format the response as well-formed XML if it is not already.
def holder = groovyUtils.getXmlHolder("QS#ResponseAsXml")SoapUI will then use HTML Tidy to try to format the response as well-formed XML if it is not already.