cmis wsdl not found inside alfrsco

cancel
Showing results for 
Search instead for 
Did you mean: 
Sohail5558
Active Member

cmis wsdl not found inside alfrsco

Jump to solution

Unable to find the cmis service wsdl inside alfresco.

2 Solutions

Accepted Solutions
angelborroy
Alfresco Employee

Re: cmis wsdl not found inside alfrsco

Jump 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

Hyland Developer Evangelist

View solution in original post

EddieMay
Alfresco Employee

Re: cmis wsdl not found inside alfrsco

Jump to solution

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 solution in original post

9 Replies
angelborroy
Alfresco Employee

Re: cmis wsdl not found inside alfrsco

Jump to solution
Sohail5558
Active Member

Re: cmis wsdl not found inside alfrsco

Jump to solution

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.

angelborroy
Alfresco Employee

Re: cmis wsdl not found inside alfrsco

Jump to solution

What Alfresco version are you using?

Hyland Developer Evangelist
Sohail5558
Active Member

Re: cmis wsdl not found inside alfrsco

Jump to solution

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

 

angelborroy
Alfresco Employee

Re: cmis wsdl not found inside alfrsco

Jump to solution

That URL should work for Alfresco 5.x or newer.

Hyland Developer Evangelist
Sohail5558
Active Member

Re: cmis wsdl not found inside alfrsco

Jump to solution

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.

angelborroy
Alfresco Employee

Re: cmis wsdl not found inside alfrsco

Jump 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

Hyland Developer Evangelist
EddieMay
Alfresco Employee

Re: cmis wsdl not found inside alfrsco

Jump to solution

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!
Sohail5558
Active Member

Re: cmis wsdl not found inside alfrsco

Jump to solution

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