响应是意外的 text/html ContentType?

mem*_*und 5 java soap web-services cxf

我有一个正在运行的soapWeb 服务客户端应用程序。突然我收到以下错误:

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/">[...]
Run Code Online (Sandbox Code Playgroud)

从日志中我可以看到Content-Type: text/xml过去收到的信息。但现在我刚刚收到上面的错误。

这里可能有什么问题?cxf 无法处理返回的 contentType 吗text/html?我可以做什么来解决这个问题?