1.

What is the difference between REST and Soap?

Answer»
  • SOAP represent for Simple Object Access Protocol, and REST stands for Representation State Transfer.
  • SOAP is a protocol and Rest is an ARCHITECTURAL style.
  • SOAP permits XML data format only but REST permits different data format such as Plain text, HTML, XML, JSON, etc
  • SOAP REQUIRES more bandwidth and resource than REST so avoid to USE SOAP where bandwidth is minimal.


Discussion

No Comment Found