我有一个正在运行的soap
网络服务客户端应用程序。
突然间我收到以下错误:
Caused by: org.apache.cxf.interceptor.Fault: Response was of unexpected text/html ContentType. Incoming portion of HTML stream: <?xml version="1.0" encoding="UTF-8"?>
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">[...]
从日志中我可以看到过去收到的Content-Type: text/xml
。但现在我只是得到了上面的错误。
这可能是什么问题? cxf无法处理返回的contentType text/html
吗?我该怎么做才能解决这个问题?