Akamai Interview Question

What are the main differences between SOAP and Rest services.

Interview Answer

Anonymous

May 7, 2019

SOAP is XML based only, Rest can be technology agnostic as long as the calls are properly formatted. Rest is faster and can return different formats (JSON, XML, etc.)