使用从 ServiceStack 客户端通过 SOAP 公开的 Java CXF WS

发布于 2024-12-08 18:05:46 字数 226 浏览 0 评论 0原文

上下文: 我想使用 ServiceStack 构建 SOAP 客户端,以便使用现有的 Java CXF WebService,该服务通过具有定义的 WSDL 的 SOAP 公开(我无法控制 WS 本身)。我可能需要在 SOAP 信封中添加几个额外的标头以用于授权目的。

问题: 上述所有情况都可能吗?如果可以,有什么问题吗?如果有具体的例子,欢迎链接。

Context:
I'd like to use ServiceStack to build a SOAP client in order to consume an existing Java CXF WebService, exposed over SOAP with defined WSDL (I have no control over the WS itself). I may need to add a couple of extra headers the SOAP envelope for authorization purposes.

Question:
Would all of the above be possible, and if so, what are the gotchas? If there are any specific examples, links would be welcome.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

万水千山粽是情ミ 2024-12-15 18:05:46

实际上,让其他客户端使用 ServiceStack Web 服务会更有意义。

使用 ServiceStack 来使用其他客户端并不是一个理想的策略。 ServiceStack 服务器和客户端支持粗粒度、DTO 优先的方法,它不会处理其他框架吐出的该主题的变化。

Actually the other way round of having other clients consuming ServiceStack web services would make more sense.

Using ServiceStack to consume other clients is not an ideal strategy. ServiceStack server and client supports a coarse-grained, DTO-first approach, it wouldn't handle variations in this theme that other frameworks spit out.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文