我在Web服务中将POM文件中的spring
版本从3.2.9.RELEASE
更新为4.3.18.RELEASE
,并将CXF
从3.0.3
更新为3.1.16
, Web项目仍使用旧的spring
和CXF
版本。当从Web到service的呼叫发生时,此方法工作正常,但是service to service的呼叫失败并收到以下异常:
org.springframework.web.client.RestClientException: Could not extract response: no suitable HttpMessageConverter found for response type [class name] and content type [application/json]
我该如何解决这个问题?