org.apache.cxf.interceptor.Fault: Could not instantiate service class com.mangoubiubiu.cxf.test.Hell

1 问题描述 (WebService + cxf)

webservice 调用出错 

org.apache.cxf.interceptor.Fault: Could not instantiate service class com.mangoubiubiu.cxf.test.Hell

2 解决方案

服务端放实现类(我之前报错放的接口。。。)

 org.apache.cxf.interceptor.Fault: Could not instantiate service class com.mangoubiubiu.cxf.test.Hell

 客户端放接口

org.apache.cxf.interceptor.Fault: Could not instantiate service class com.mangoubiubiu.cxf.test.Hell

3 success

org.apache.cxf.interceptor.Fault: Could not instantiate service class com.mangoubiubiu.cxf.test.Hell

 

上一篇:thinkphp5.0 隐藏模型字段


下一篇:Okhttp拦截器Interceptor学习和使用