OutSystems interview question

Describe the differences between REST vs SOAP APIs

Interview Answer

Anonymous

Nov 19, 2024

SOAP APIs are limited to transferring XML data, whereas REST APIs can support XML, JSON, and HTML data. etc.