CXF Jax-RS 服务器服务仅返回标头但不返回响应 JSON
我有一个非常基本的 Rest 服务器,它返回 JSON 对象。我使用 Poster Firefox 扩展对其进行了测试,并且得到了标头和响应。 但是我们有一个测试 javascript 客户端,它调用该服务,当使用 Firebug 检查时,我们看到有一个标头但没有响应。 可以肯定的是,我们使用另一个 JSON 服务器测试了客户端,客户端可以读取标头和响应。
正如我提到的,这是一个非常基本的 Apache CXF、Jax-RS 服务,因此我们不确定可能缺少什么,从而阻止发送响应或阻止客户端读取响应。
将不胜感激任何帮助或意见。
谢谢 沃克
I have a very basic Rest Server which returns JSON object. I tested it with Poster Firefox extension and I get both header and response.
But we have a test javascript client, which calls the service and when checked with Firebug, we see there is a header but no response.
To be sure, we tested the client with another JSON server and the client can read both the header and response.
As I mentioned, it is a very basic Apache CXF, Jax-RS service, so we are not sure what could be missing , that prevents from sending response or prevents client from reading response.
Will appreciate any help or input.
thank you
Walker
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不是服务器而是客户端无法正确读取响应。
It wasn't the server it was the client which was not able to read the response properly.