X
logo
Master your Data
9 March 2010

Synchronising Data from a Simple Http Service

We have created a new Data Provider for Data Synchronisation Studio 2.0 which accepts a CSV formatted response from a Http Stream.

This means you can easily integrate any system in which you can expose data as a Http response formatted as CSV with SharePoint or any of the other data providers which support writing back to the data store.

For example if you create a simple service that returns a response similar to this

clip_image001

You can then load this in Data Sync 2.0 by specifying the Uri to the Http response like this using the new CSV File/Http File Data Provider.

clip_image002

This can then use this as the source data in Data Sync to be synchronised to SharePoint.

clip_image002[5]

 

You can download a simple example below that demonstrates how to create a Simple CSV Http response or Simple SOAP 1.1 Web Service to use with Data Sync.

Download Sample Code