实现 WS-ReliableMessaging 的 SOAP 库
我正在寻找实现 WS-ReliableMessaging 的 SOAP 库。到目前为止,我已经遇到了 Axis 的 Apache Sandesha 实现。是否有其他框架提供 WS-ReliableMessaging 规范的实现?
谢谢!
I'm looking for SOAP libraries that implement WS-ReliableMessaging. So far I've come across Apache's Sandesha implementation for Axis. Are there any other frameworks that provide an implementation of the WS-ReliableMessaging specification?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Microsoft 的 WCF 使用 wsHttpBinding 协议实现 WS-ReliableMessaging。
请参阅:
Marc
Microsoft's WCF implements WS-ReliableMessaging using the wsHttpBinding protocol.
See:
Marc
Sun JAX-WS Reference Implement(又名“Metro”)声称实现了 WS-RM,尽管我还没有尝试过,也不知道它的能力如何。它作为 Glassfish 的一部分提供,或者您也可以单独使用它。
https://jax-ws.dev.java.net/guide/index.html html
The Sun JAX-WS Reference Implementation (aka "Metro") claims to implement WS-RM, although I haven't tried it, and don't know how capable it is. It comes as part of Glassfish, or you can use use it standalone.
https://jax-ws.dev.java.net/guide/index.html