Does Web Services Message Provide Reliability?
Web Service uses HTTP protocol as a communication channel,
HTTP also uses TCP/IP protocol. The whole purpose of TCP is
to be able to transfer data reliably and so it employs
acknowledgements and sliding window mechanisms to guarantee
the delivery of the data. That’s said; does Web Service
Message provide reliability?
You will find my answer to this question in this
article
To read the complete article
Does Web Services Message Provide Reliability?
Hope this helps :)