0

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!

Adam E
  • 363
  • 1
  • 8

2 Answers2

1

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

See:

Marc

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
0

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
  • 398,947
  • 96
  • 818
  • 769