Change cmis URL from 4.1 to 5.2

cancel
Showing results for 
Search instead for 
Did you mean: 
MrNico
Customer

Change cmis URL from 4.1 to 5.2

Jump to solution

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?

1 Solution

Accepted Solutions
abhinavmishra14
Advanced

Re: Change cmis URL from 4.1 to 5.2

Jump 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

 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)

View solution in original post

2 Replies
MrNico
Customer

Re: Change cmis URL from 4.1 to 5.2

Jump to solution

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

abhinavmishra14
Advanced

Re: Change cmis URL from 4.1 to 5.2

Jump 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

 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)