org.apache.cxf.interceptor.Fault:Could not send Message

在tomcat下部署war包后启动,因为程序需要向web service发出请求数据的功能,所以在调试时候出现了以下错误:

org.apache.cxf.interceptor.Fault:Could not send Message


这个错误的可能情况是:

1. WSDL没有启动。

2. ESB端口没有启动。

3. 查看本地防火墙.

4. 查看jdk版本,一般来说1.6的不会有问题。

你可能感兴趣的:(org.apache.cxf.interceptor.Fault:Could not send Message)