Links
2. SharePoint Server Connector
2.3 SharePoint Connector folder access right configuration
2.4 Web.config file access right configuration
3. Create New Application Pool in IIS
5.2 Configure iConnector for SSL
6.1 Install Advanced REST client tool
Reference: http://msdn.microsoft.com/enus/library/hh167503(v=nav.71).aspx
Download the SharePoint Connector here
SharePoint connector is a web service to upload metadata and documents to SharePoint 2013.
The iConnector_Sharepoint folder contains all files that can be copied into the IIS application folder (e.g. C:iConnector_Sharepoint) or if IIS is dedicated to the Server.Connector wwwroot.
The Web.config contains values for a deployment in an HTTPS context.
In the Web.config, the following two entries need to be changed:
In the NLog.config file, update the “filename” entry.
This file is for purpose of service logging.
fileName=" C:/inetpub/wwwroot/iConnector/${shortdate}.log" />
to:
fileName="{Your service folder}/log/${shortdate}.log" />
Ensure user IIS_IUSRS have these permissions “Modify”, “Read”, “Read & Execute”, “List Content” and “Write” on the connector folder (For example: “C:iConnector_SharePoint”).
Ensure users IUSR and IIS_IUSRS have these permissions “Read”, “Read & Execute” on web.config file (for example: “C:iConnector_SharePointweb.config”).


Application pool: select “iConnector” application pool configured earlier.

You will need to have a CA certificate ready.
Reference: http://msdn.microsoft.com/en-us/library/hh556232(v=vs.110).aspx




4)New browser will open and Advanced REST client is installed. Select it.

5)This is the “Advanced REST Client” interface.

OR
