plevinson
8 years agoNew Contributor
I keep getting null pointers when SOAPUI tries to parse my responses as XML
These errors don't actually seem to impact the running of tests but it tends to spam my logs alot, is there a way to explicitly state I don't want it parsing responses as XML?
Thu Mar 30 13:30:46 EDT 2017:ERROR:java.io.IOException: java.lang.NullPointerException
java.io.IOException: java.lang.NullPointerException
at com.eviware.soapui.support.xml.XmlUtils.serializePretty(XmlUtils.java:155)
at com.eviware.soapui.impl.rest.support.handlers.HtmlMediaTypeHandler.createXmlRepresentation(HtmlMediaTypeHandler.java:69)
at com.eviware.soapui.impl.rest.support.handlers.HtmlMediaTypeHandler.createXmlRepresentation(HtmlMediaTypeHandler.java:39)