cancel
Showing results for 
Search instead for 
Did you mean: 

cmis wsdl not found inside alfrsco

Sohail5558
Champ on-the-rise
Champ on-the-rise

Unable to find the cmis service wsdl inside alfresco.

2 ACCEPTED ANSWERS

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

Hyland Developer Evangelist

View answer in original post

EddieMay
World-Class Innovator
World-Class Innovator

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

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!

View answer in original post

9 REPLIES 9

angelborroy
Community Manager Community Manager
Community Manager

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?

Hyland Developer Evangelist

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.

Hyland Developer Evangelist

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

Hyland Developer Evangelist

Hey Thanks for the help. really appreciate man. it works Smiley Happy

EddieMay
World-Class Innovator
World-Class Innovator

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

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!