Hi Furkan, the endpoint depends on the specific Alfresco version.
For Alfresco 4.2.d-f, Alfresco 5.0 and Alfresco 5.1: http://[host]:[port]/alfresco/api/-default-/public/cmis/versions/1.1/atom For Alfresco <=4.1: http://[host]:[port]/alfresco/cmisatom For Alfresco 3: http://[host]:[port]/alfresco/service/cmis The repositoryId is different for any repository because it is generated at runtime the first time you start Alfresco. You can contact Alfresco as a CMIS Server asking for all the repositories exposed and then getting the one you need as the following snippet using OpenCMIS in Java language: List<Repository> repositories = factory.getRepositories(parameter); Session session = repositories.get(0).createSession(); Hope this helps. Cheers, Piergiorgio 2017-01-17 20:53 GMT+01:00 Furkan KAMACI <[email protected]>: > Hi, > > I'm testing CMIS Authority Connection. I want to test it with Alfresco. > What are the default values for *endpoint* and *repositoryId* for a > default installation of Alfresco? > > Kind Regards, > Furkan KAMACI > -- Piergiorgio Lucidi Technology Evangelist @ Sourcesense Author and Technical Reviewer @ Packt Publishing Mentor / PMC Member / Committer @ Apache Software Foundation Community Star / Wiki Gardener / Forum Moderator / Certified Instructor, Engineer and Administrator @ Alfresco Top Community Contributor @ Crafter Project Leader / Committer @ JBoss http://www.open4dev.com
