cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP WebService vs. REST API

nikes
Champ on-the-rise
Champ on-the-rise
Hello,

Does Alfresco SOAP WebServices and REST API expose same level of features for remotely accessing Alfresco?

Thanks.
Nikesh
2 REPLIES 2

jpotts
World-Class Innovator
World-Class Innovator
No, it isn't exactly the same. The SOAP Web Services API is much older than the REST API. The SOAP API used to have more functionality than the REST API, but the REST API is where all of the development effort is now.

With that said, if you can, you should use CMIS. CMIS has both a Web Services binding and an Atom Pub binding. If you cannot do what you need to do with CMIS, use the REST API. Use the Web Services API as a last resort.

Jeff

nikes
Champ on-the-rise
Champ on-the-rise
Thanks Jeff.
I am very much clear on Alfresco SOAP vs. REST API front.