03-03-2020 05:39 AM
03-04-2020 05:42 AM
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
03-04-2020 06:13 AM
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
03-03-2020 09:30 AM
http://127.0.0.1:8080/alfresco/cmisws/cmis?wsdl
03-04-2020 04:09 AM
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.
03-04-2020 04:34 AM
What Alfresco version are you using?
03-04-2020 04:54 AM
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
03-04-2020 05:04 AM
That URL should work for Alfresco 5.x or newer.
03-04-2020 05:14 AM
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.
03-04-2020 05:42 AM
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
03-04-2020 06:16 AM
Hey Thanks for the help. really appreciate man. it works
03-04-2020 06:13 AM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.