Domanda

Il sito principale è accessibile tramite CMIS URL http://server/_vti_bin/cmis/rest?getRepositories.

Ma l'elenco dei repository a questo indirizzo non sembra includere altri siti e sottocosteri.

Come accedervi?

    .
  • hanno i propri, diversi URL di CMIS?
  • sono accessibili agli stessi URL di CMIS tramite qualsiasi altro trucco?
È stato utile?

Soluzione

It is important to activate CMIS for each site and sub-site:

SharePoint site, Manage site features

SharePoint site, Activate CMIS Producer

Once this is done, CMIS can be accessed at this endpoint URL:

http://site/subsite/_vti_bin/cmis/rest?getRepositories

(There are various rumours about alternative URLs, for instance http://server/sub/site/_vti_bin/ListData.svc. And according to this blog, the CMIS URL syntax for sub-sites is http://server/sub/site/_vti_bin/ListData.svc/ListName)

Altri suggerimenti

From Technet I get the impression that in

http://web/_vti_bin/cmis/rest/[repositoryid]?command

the http://web should be the URL to the Web (site or sub-site) you want to get content from

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top