如何使用Alfresco Web服务进行Alfresco

时间:2017-12-08 13:11:33

标签: java web-services alfresco alfresco-share alfresco-maven

我在IT公司工作,我需要学习Alfresco。使用Apache CMIS我能够执行所有操作,如创建文件夹,创建文档,创建文件夹和文档的链接等等等等。 现在我需要使用alfresco自己的Web服务进行所有操作。 我做了很多谷歌,但没有能够获得一个链接。 任何机构都可以使用Alfresco自己的网络服务建议我可以在哪里进行所有操作的链接或内容。文件很好,但我没有时间,我无法浏览整个文件。 如果我可以在maven(java)

上获得示例构建将会很有帮助

1 个答案:

答案 0 :(得分:2)

If you are asking how to use Alfresco via a SOAP-based web service, that no longer exists.

If you are asking how to use Alfresco's native REST API, then you could start by looking at https://api-explorer.alfresco.com/api-explorer/.

If you need to write your own RESTful endpoints in Alfresco that you will then call remotely, you can read my tutorial on Web Scripts: http://ecmarchitect.com/alfresco-developer-series-tutorials/webscripts/tutorial/tutorial.html.