CmisObjectNotFoundException when trying to access my Alfresco repository

前端 未结 1 1121
心在旅途
心在旅途 2021-01-22 17:09

I\'m new with CMIS and Alfresco and I got this error when in try to connect to my Alfresco\'s repository using AtomPUB binding. I have no idea about the source of my problem. Is

相关标签:
1条回答
  • 2021-01-22 17:15

    I found the solution, it's because of Alfresco's version. Since the V4.x the url of the AtomPUB is http://localhost:8080/alfresco/cmisatom.

    https://community.alfresco.com/docs/DOC-5527-cmis

    • For Alfresco 3.x : http://[host]:[port]/alfresco/service/cmis
    • For Alfresco 4.0.x, Alfresco 4.1.x and Alfresco 4.2.a-c: http://[host]:[port]/alfresco/cmisatom
    • For Alfresco 4.2.d-f, Alfresco 5.0 and Alfresco 5.1: http://[host]:[port]/alfresco/api/-default-/public/cmis/versions/1.0/atom
    0 讨论(0)
提交回复
热议问题