CA SDM provides REST and SOAP web services APIs. The audience for the REST API is a UI client whereas the audience for the SOAP API is a program. REST services are about resources (manipulating objects, changing object states, exchanging representations, and using nouns rather than verbs). SOAP services are about services (calling methods, using verbs, and doing actions).
REST provides the following advantages over SOAP:
| Copyright © 2012 CA. All rights reserved. |
|