实施哪些 Web 服务规范 (WS-*) 实际上有意义?

发布于 2024-07-08 22:57:21 字数 436 浏览 5 评论 0原文

我正在一家大公司实施 SOA,但我不确定实施哪些 Web 服务规范 (WS-*) 确实有意义。 至少,我正在研究 WS-Addressing、WS-Security、WS-Eventing 和 WS-ReliableMessaging。 然而,还有其他几个标准看起来很有趣,但我不知道不知道哪些被广泛采用。 如果标准不成熟或没有必要,我不想实施标准(并强迫所有开发人员遵循它们)。

编辑:

我问这个问题不是针对特定情况,而是针对一般情况。 有相当多的 WS-* 标准似乎没有太多实际用途(至少对我来说),所以我真的很好奇哪些标准被广泛使用。

感谢您的帮助!

K A

I'm implementing an SOA at a large company, and I'm not sure which web service specifications (WS-*) actually make sense to implement. At a minimum, I'm looking at WS-Addressing, WS-Security, WS-Eventing, and WS-ReliableMessaging. However, there are several other standards that look interesting, but I don't know which ones are widely adapted. I don't want to implement a standard (and force all the developers to follow them) if they're not mature or necessary.

EDIT:

I'm asking this question not about a specific situation, but in general. There are quite a few WS-* standards that don't seem to have a lot of practical use (at least to me), so I'm really curious about which ones are widely used.

Thanks for your help!

KA

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

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

发布评论

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

评论(3

庆幸我还是我 2024-07-15 22:57:21

WS-Adressing 被广泛使用,并且非常有用。 对于 WS-Security,请考虑您需要的一组机制(根据您的使用场景)。

WS-Adressing is widely used, and quite useful. For WS-Security, consider the set of mechanisms you'll need (based on your usage scenarios).

っ〆星空下的拥抱 2024-07-15 22:57:21

只有 SOAP 被广泛采用。 如果您关心覆盖范围,那么超越 WS-Security 和 WS-Addressing 就会带来麻烦(即使是 WS-Security 对于很多人来说也可能很困难)。 如果您正在创建供大公司内部使用的服务,那么我就不会那么担心。 像 WCF 这样的东西将允许您为广泛的消费者提供具有不同绑定的端点,而无需编写任何额外的代码。

Only SOAP is widely adopted. If you care about reach, going beyond WS-Security and WS-Addressing is asking for trouble (even WS-Security can be hard for a lot of people). If you are creating services for internal use in a large company, then I wouldn't worry as much. Something like WCF would allow you to provide endpoints with different bindings for a wide range of consumers without writing any additional code.

玩世 2024-07-15 22:57:21

Web 服务有两种类型:REST 和 SOAP。 它们代表通过互联网发送数据的不同协议。

SOA 是面向服务架构的缩写。 它是一种使用多层(应用程序)构建系统的方法。 Web 服务(主要是基于soap 的)用于实现此架构,但它们不是唯一的方法。

There are two types of web services : REST and SOAP. They represent different protocols of sending data over the internet.

SOA is an acronym standing for Service Oriented Architecture. It is a way of architecturing your system using multiplet tiers (applications) one atop the other. Web services, mostly soap based are used to implement this archtecture, but they are not the only way.

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