soapws-reliablemessaging

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!


Solution

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

    See:

    Marc