Applies to:
Denodo 8.0
,
Denodo 7.0
,
Denodo 6.0
Last modified on: 03 Jun 2020
Tags:
OData
SharePoint
XML data sources
Goal
This document describes how to use Microsoft SharePoint as a Denodo Virtual DataPort data source.
Content
Microsoft SharePoint is a web application that enables organizations to work by letting users share documents, data and information.
Virtual DataPort can connect to SharePoint in order to use it as a data source and to import information. Although there are several options to integrate a SharePoint List, the recommended ways to import Microsoft SharePoint Lists into Virtual DataPort are through OData or the RSS interface
Connecting through OData
To get the OData URL from the SharePoint Server the following steps are required:
http://<servername>/_vti_bin/ListData.svc |
Where <servername> is the name of the SharePoint server. This will be the Service Endpoint.
https://<servername>/_api/$metadata |
Once you have the endpoint and the entity collection then they can be imported into VDP using the Denodo OData2 Custom Wrapper:
com.denodo.connect.odata.wrapper.ODataWrapper
Note: To configure OData 2 Wrapper using OAuth Authentication, refer to the knowledge base article How to connect Denodo to Sharepoint Online using OData with OAuth authentication.
Connecting through RSS
To get the RSS URL from the SharePoint Server the following steps are required:
Once you have the RSS URL it can be imported into VDP using an XML data source:
Although the recommended ways to import data from Microsoft SharePoint are through the RSS interface and OData, there are other possible ways to import information:
These are more complex options and are not recommended unless the recommended options do not contain all the information that has to be imported into Virtual DataPort.