The SharePoint REST API was Since 2013 introduced and offers Endpoints for almost all needed Operations on all levels(Sitecollection, Sites, Lists, Fields, Permissions, Document, Items...etc.) In this article I am going to describe how to manage List Items(CReateUpdateDelete) using the REST API, AJAX...etc. Endpoints REST Webservices are based on 2 things : URL URLs are … Continue reading SharePoint REST API : List Items CRUD and Namespaces
Category: SharePoint2016
SharePoint Search crawler : Object was not found sps3
Today i ran into a problem while trying to crawl/index from the User Profile : The start address sps3://.... cannot be crawled The object was not found sps3 is the protocol to crawl User Profile informations on SharePoint. Possible reasons : You are having a multi farm architecture and configured AAM : solution is to … Continue reading SharePoint Search crawler : Object was not found sps3
SharePoint : Connection with Office Web Apps via SSL/HTTPS : new-spwopibinding the server did not respond
Office Web Apps, which is now Office Online Server, allows to display/edit Office documents(Word, Powerpoint, Excel...etc) on a Web Browser, which is advantageous when working with SharePoint, thus Users don't have to switch from a Browser to Office App to see or to edit a document. Today i faced a Problem that made me crazy … Continue reading SharePoint : Connection with Office Web Apps via SSL/HTTPS : new-spwopibinding the server did not respond