I need to format some xml in the groovy script in SoapUI. I'm using method groovy.xml.XmlUtil.serialize(xmlString)
According to the javadoc, this static method should return formatted String. But the SoapUI also displays a popup window with the formatted String. Is there some way I can prevent that? I have no idea why this happens.
- SoapUI version 5.4.0 on Linux