SOAP XML - ", XML , , ".
. SOAP - - Java.
REST, on the other hand, is much easier. In addition, REST with JSON or REST with YAML is very lightweight and very easy to implement. It builds directly on top of the HTTP protocol outside the field.
REST requires that you define resources (called via URIs) and transactions based on the canonical CRUD rules (GET, POST, PUT, and DELETE). Very simple and canonical.
source
share