org..ws.soap.SoapMessageCreationExc eption: Could not create message from InputStream: Invalid Content-Type:text/html. Is this an error message instead of a SOAP response?; nested exception is com.sun.xml.messaging.saaj.SOAPExceptionImpl: Invalid Content-Type:text/html. Is this an error message instead of a SOAP response?
Is there any way I can log the content of this text/html out? None of my interceptors on the WebServiceTemplate get called, so presumably handleFault is not called when this problem is encountered. The faultMessageResolver isn't called either.