Google News
logo
Rest API - Interview Questions
Why is SOAP more reliable than REST?
SOAP is more reliable than REST as it practices WS-Security for transmission with Secure Socket Layer. Also, SOAP is state-full as it takes the request as a whole, unlike REST which gives independent processing of various methods. No independent processing is present in SOAP.
Advertisement