Soap and Rest api Confusion
Hello Folk,
I am integration Nuxeo Document management to php application. I want to know whether all the actions and functionalities are available in Restfull API ? also is every functionality available in SOAP api?. because my needs are i want to use actions like (create folder, file, edit, copy, workflow, delete) etc.. does this all actions are available in webservice? . Also wanted to know which API should i use SOAP or REST?
Thanks Venkatesh
Hi,
Starting from Nuxeo 5.8 you can use the Nuxeo REST API to access almost everything. Best place to get you started is to have a look at the corresponding documentation : http://doc.nuxeo.com/x/A4EIAQ
If you are using an older version, you can still access the repository using a PHP client but you will only have access to the command endpoint.