Nowadays, REST is very popular on web community. So that I am curious to know these two questions.
- Are SOAP and REST enemies?
- Which one is better and why?
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
They are not enemies, as they are for different purposes. REST is for lightweight communications, when you need a webservice attending a high number of petitions from a high number of clients, and you don´t need the server keep a state in the communication with each client. SOAP on the other hand is more heavywieght, but includes some features not present in REST, like keeping a state, handling security, etc. So each one will be better depending on the scenario. |
|||||||
|
|
REST is an architecture. SOAP is a protocol. [shameless-promotion] |
|||
|
|