views:

206

answers:

2

Hello Everyone, 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!

A: 

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

skaffman
+1  A: 

Microsoft's WCF implements WS-ReliableMessaging using the wsHttpBinding protocol.

See:

Marc

marc_s