CmisUnauthorizedException: Unauthorized - error using Apache Chemistry library interfacing to Sharepoint 2013
问题 I'm having concern connecting to Sharepoint 2013 via CMIS using Apache Chemistry library. I am receiving Unauthorized error , but the credentials (U/P) I used are correct. I used it to login to the Sharepoint Online so it should be working on my code. Hope someone could help me solving this. Thanks! See my code below I am using to create a session to Sharepoint: public Session fillParams() {//define some values for the connection string String rest_base = "http://<server>/sites/_api/web/";