SOAP vs REST (differences)
Posted
by
Abdulaziz
on Stack Overflow
See other posts from Stack Overflow
or by Abdulaziz
Published on 2013-11-09T23:11:49Z
Indexed on
2013/11/10
3:53 UTC
Read the original article
Hit count: 114
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
© Stack Overflow or respective owner