10-20-2021 10:00 AM
Hello, I have upgraded from version 4.1 to 5.2 and I ran into the following problem with the URL of the CMIS system
Alfresco 4.1
http://x.x.x.x:8080/alfresco/cmis/RepositoryService?wsdl
Alfresco 5.2
http://y.y.y.y:8080/alfresco/cmisws/RepositoryService?wsdl
As you see the URL changes, is it possible to change the URL to leave it the same in both versions?
10-20-2021 11:42 PM
Post 4.2 and CMIS 1.0 the url has changed to:
http://<hostname>:<port>/alfresco/api/-default-/public/cmis/versions/1.0/atom
The latest version of CMIS api is 1.1. The url is :
Check this doc: https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/#atompub-binding
http://<hostname>:<port>/alfresco/api/-default-/public/cmis/versions/1.1/atom
To get service doc: https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/#getting-the-service-document
https://<hostname>:<port>/alfresco/api/cmis/versions/1.1/atom/
Checkout these documentation for more details on CMIS offerings for 5.2: https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/
Also read: https://hub.alfresco.com/t5/alfresco-content-services-hub/cmis/ba-p/289965
10-20-2021 01:30 PM
Please skip previous URLs what I need is that the old URL http://172.24.2.59:8080/alfresco/service/cmis can work on the new server
When entering (alfresco 4.1) http://x.x.x.x:8080/alfresco/service/cmis an XML file is downloaded, but when entering it in my other server with version 5.2 of alfresco, this url does not work and gives a 404 error
As you can see, I don't know much about alfresco, I hope you can help me
10-20-2021 11:42 PM
Post 4.2 and CMIS 1.0 the url has changed to:
http://<hostname>:<port>/alfresco/api/-default-/public/cmis/versions/1.0/atom
The latest version of CMIS api is 1.1. The url is :
Check this doc: https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/#atompub-binding
http://<hostname>:<port>/alfresco/api/-default-/public/cmis/versions/1.1/atom
To get service doc: https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/#getting-the-service-document
https://<hostname>:<port>/alfresco/api/cmis/versions/1.1/atom/
Checkout these documentation for more details on CMIS offerings for 5.2: https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/
Also read: https://hub.alfresco.com/t5/alfresco-content-services-hub/cmis/ba-p/289965
Explore our Alfresco products with the links below. Use labels to filter content by product module.