SynergisticIT Interview Question

What is AWS? What is the difference between REST and SOAP?

Interview Answer

Anonymous

Aug 16, 2019

REST API has no official standard at all because it is an architectural style. SOAP API, on the other hand, has an official standard because it is a protocol. REST APIs uses multiple standards like HTTP, JSON, URL, and XML while SOAP APIs is largely based on HTTP and XML