SOAP vs REST (differences)
- by Abdulaziz
I have read articles about the differences between SOAP and REST as a web service communication protocol, but I think that the biggest advantage for REST over SOAP are :
REST is more dynamic, no need for creating and updating UDDI.
REST is not restricted to XML format. REST web services can send
plain text, JSON, and also XML.
But SOAP is more standardized (Ex; security).
So, am I correct in these points?
Thanks