wsdata
Overview
This module allows you to bypass the default data storage location for fields and entities and instead load the data from a web service.
This is useful when your primary data source is in another system but you want to display/use this data in your Drupal site without the hassle of syncing or importing data.
Web Service Configuration (wsconfig)
Stores information about your web services. This information is used to allow Drupal to make the appropriate CRUD operations on requested data.
Web Service Fields Storage (wsfields_storage)
Defines a field storage controller allowing you to read, write and query fields from a web service. Support for EntityFieldQuery (coming soon) will allow developers to make entity field queries with web service data.
Web Service Fields (wsfields)
Parses data from a web service to be compatible with fields defined by core and some contrib modules. Allows you to use web service data as field data. Thus allowing you to use the same field formatters and standard options defined for the given field.
Drupal 8 development
The Drupal 8 version on wsdata is underway. The issues are being track and should be created on the github project.
Dependencies
Recommended Modules
Integration Modules
You can test loading data from the Services module between Drupal sites You'll also need a method of connecting to your web services. You can find a default implementation of such a connector here https://drupal.org/project/restclient
Other modules
Other modules on Drupal.org can accomplish similar results but with different methodologies.
Remote Entity API takes remote data and syncs it automatically with your local entities. This differs from WSData as we do not copy the data locally.
Professional Support
If you're stuck in the issue queue or need one-on-one help with this module you can book a time slot to discuss the issue with a developer. The help is free if it's resolved issue in the half hour time slot. For extended support you can request a quote at http://coldfrontlabs.ca/contact. Be sure to select "Support" as the subject.
Sponsored by Coldfront Labs Inc.