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?
Solved! Go to Solution.
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
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
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
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.