繁体   English   中英

使用Apache-cxf / jax-rs将对象传递给rest服务的任何好的资源吗? 寻求帮助

[英]Any good sources for using Apache-cxf/jax-rs to pass an object to a rest service? Looking for help

我目前正在将一个对象传递给我的Apache CXF Rest客户端,但没有通过。 相关堆栈跟踪如下:

cxf.interceptor.Fault: Could not send Message. at cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:xxx)
at cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:yyy)
at cxf.jaxrs.client.ClientProxyImpl.doChainedInvocation(ClientProxyImpl.java:zzz)
at cxf.jaxrs.client.ClientProxyImpl.invoke(ClientProxyImpl.java:qqq)

对于此类问题,有什么建议可以解决,或者可以参考有关jax-rs可能出问题的参考信息来源?

修复它,结果我在配置文件中有一个未解析的服务器。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM