Adam E
Adam E

Reputation: 363

SOAP Libraries Implementing 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!

Upvotes: 0

Views: 813

Answers (2)

marc_s
marc_s

Reputation: 754438

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

See:

Marc

Upvotes: 1

skaffman
skaffman

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

Related Questions