cxf REST应用程序,向其他服务发送请求

发布于 2025-01-03 13:11:48 字数 375 浏览 0 评论 0原文

我正在创建 cxf REST Web 服务。

该服务将在 FUSE ESB 下运行。

该 Web 服务要做的主要事情是接收来自一个服务的请求,并通过 HTTP 将其作为普通 POST 变量发送到另一个服务。

我试图将 cxf 与骆驼连接起来,但我在创建此类项目时遇到了巨大的问题,我想以其他方式进行此操作。

我已经开始尝试使用 RESTTemplates,但是在将 spring jar 添加到我的 pom 后,我的 cxf web 服务不由 FUSE ESB 处理。

您知道进行此类应用程序的其他方法吗?

另外我补充说,到目前为止我一直在通过 BufferReader 使用正常的 JAVA 请求/响应方法,但这是丑陋的方式,我想改变它。

I'm creating cxf REST webservice.

This service will be run under FUSE ESB.

The main thing that this webservice will do is to receive request from one service and send it to another service as a normal POST variables through HTTP.

I was trying to do this connecting cxf with camel, but i have huge problem with create this kind of project, to i would like to do this other way.

I've started to try use RESTTemplates, but after adding spring jars to my pom, my cxf webservice is not handling by FUSE ESB.

Do you know other way to do this type of application?

Additionally i add, that till now i was using normal JAVA request/response mothod through BufferReader, but it's ugly way and i want to change it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文