InterviewSolution
Saved Bookmarks
| 1. |
Which is more secure SOAP or REST? |
|
Answer» The point of differences mentioned below will help you to understand which ONE is more secure and when:
Although it sounds as if SOAP is more advantageous than REST, yet one good REST implementation can be really beneficial for an enterprise rather than using the poorly-designed SOAP API. And SOAP possesses in-built error handing to communicate ERRORS through the specification of WS-ReliableMessaging. Whereas, REST needs to send the transfer again every time it encounters one error. |
|