How may I teach that SOAP is not a reliable transport?
Posted
by Eduardo
on Stack Overflow
See other posts from Stack Overflow
or by Eduardo
Published on 2010-05-13T20:22:57Z
Indexed on
2010/05/13
20:54 UTC
Read the original article
Hit count: 331
I need to teach that a HTTP SOAP call may be received but the caller may not get the response due to a network failure (among other problems). (This problem made WS-ReliableMessaging be developed)
How would you guys show this problem to a web service developer so they can develop taking into account that duplicate messages may be received?
© Stack Overflow or respective owner