Connecting via CMIS (dotCMIS) to SP2010: exception unauthorised

前端 未结 2 1569
挽巷
挽巷 2021-01-29 02:30

Im using dotCMIS and would like to do a simple connect to my SP2010 server. Im trying to do this with C# like here http://chemistry.apache.org/dotnet/getting-started-with-dotcmi

2条回答
  •  半阙折子戏
    2021-01-29 03:15

    Your AtomPubUrl looks suspicious. I can't tell if that's a placeholder you've added to mask the real URL or if that's the actual URL you are using. If it is the actual URL it looks like it is missing the path to the AtomPub service document. To tell if that's the case, you should be able to invoke the URL, log in, and get a bunch of XML back, which is the CMIS service descriptor. If instead you are getting a user-facing page full of HTML, you are using the wrong URL.

    For example, in Alfresco, users log in to /share, but the AtomPub binding is at /alfresco/cmisatom.

提交回复
热议问题