Reputation: 363
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!
Upvotes: 0
Views: 813
Reputation: 754438
Microsoft's WCF implements WS-ReliableMessaging using the wsHttpBinding protocol.
See:
Marc
Upvotes: 1
Reputation: 403471
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
Upvotes: 0