Unable to find the cmis service wsdl inside alfresco.
Solved! Go to Solution.
CMIS WSDL is only available for 1.0 version of the standard.
If you are using DotCMIS, I should recommend you to use CMIS AtomPub endpoint:
https://chemistry.apache.org/dotnet/getting-started-with-dotcmis.html
This will allow you to use 1.1. version.
You can use following URL:
http://127.0.0.1:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom
Hi @Sohail5558,
http://localhost:8080/alfresco/cmisws/cmis?wsdl works for me. I'm running Community 6.2.0 (rb65251d6-b368)
If I go to http://localhost:8080/alfresco/ I see the CMIS 1.0 Web Services WSDL listed, which in turn points to http://localhost:8080/alfresco/cmisws/cmis?wsdl.
RepositoryService.wsdl => http://localhost:8080/alfresco/api/RepositoryService?WSDL This will lead to a security exception
02040002 Authentication failed for Web Script network
and a pointer to test the api using the api-explorer interface.
You should be able to view here: http://localhost:8080/api-explorer/
HTH
http://127.0.0.1:8080/alfresco/cmisws/cmis?wsdl
hey thank you for your reply. actually I am using once click executeable file. It deployed successfully and working fine. now I want to integrate alfresco with one of our .net applcation. for that I am using dotcmis libraries that have capability to communicate cmis services.
Now I am try to find cmis wsdl inside the alfresco but unable to find cmis service. The path your are suggesting is not available inside alfresco. I was also looking for it. it would be really appreciated you do any help in this regard. I beend stucked since 3 or 4 days but could not have luck to overcome the issue.
What Alfresco version are you using?
hey I tried different versions.
alfresco-content-services-community-full-distribution-6.0.2.1-ea.exe
alfresco-community-4.2.e-installer-win-x64.exe
bitnami-alfresco-201911-3-windows-x64-installer.exe
That URL should work for Alfresco 5.x or newer.
Hey,
Could you please help me to understand how can I access the below wsdl(s)
RepositoryService.wsdl
ACLService.wsdl
MultiFilingService.wsdl
NavigationService.wsdl
ObjectService.wsdl
PolicyService.wsdl
RelationshipService.wsdl
VersioningService.wsdl
DictionaryService.wsdl
Actually dotcmis library call these wsdl that help us to play with content inside alfresco.
CMIS WSDL is only available for 1.0 version of the standard.
If you are using DotCMIS, I should recommend you to use CMIS AtomPub endpoint:
https://chemistry.apache.org/dotnet/getting-started-with-dotcmis.html
This will allow you to use 1.1. version.
You can use following URL:
http://127.0.0.1:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom
Hi @Sohail5558,
http://localhost:8080/alfresco/cmisws/cmis?wsdl works for me. I'm running Community 6.2.0 (rb65251d6-b368)
If I go to http://localhost:8080/alfresco/ I see the CMIS 1.0 Web Services WSDL listed, which in turn points to http://localhost:8080/alfresco/cmisws/cmis?wsdl.
RepositoryService.wsdl => http://localhost:8080/alfresco/api/RepositoryService?WSDL This will lead to a security exception
02040002 Authentication failed for Web Script network
and a pointer to test the api using the api-explorer interface.
You should be able to view here: http://localhost:8080/api-explorer/
HTH
Hey Thanks for the help. really appreciate man. it works
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.