Getting data from sharepoint into drupal
Posted
by andersandersson666
on Stack Overflow
See other posts from Stack Overflow
or by andersandersson666
Published on 2010-03-16T15:58:26Z
Indexed on
2010/03/16
18:51 UTC
Read the original article
Hit count: 223
The problem:
I am about to develop a Drupal site for a company that stores a lot of data in a sharepoint environment (products, recipes etc...). I need to get that information into my Drupal system somehow. Preferably saving it as drupal nodes.
That information will also be edited/added in the sharepoint system, so on top of just saving the data to drupal it will also have to check for updates on a regular basis.
One idea for a solution is using some sort of web-service to retrieve data, but i have no idea of how that would be done in drupal.
So my question(s) is: Has anyone done anything like this, if so how, or does anyone have any suggestions to how one would go about doing this?
Any answers would be highly appreciated.
/Anders
© Stack Overflow or respective owner