What is the difference between SOAP and REST protocols?

* SOAP : A protocol that uses XML for communication.

* REST :
An architectural style that uses HTTP methods and various formats like JSON, XML, etc.