webservices
Drupal Camp Alberta
I recently attended Drupal Camp Alberta with about another 50 people. The reason for my attendence was that I had been invited to speak about the drupal services module as one of the co-maintainers of the project.
The drupal services module is maintained by myself, Rob Loach and Scott Nelson and has been existence as a drupal module for about 18 months. The module attempts to abstract both servers and services to allow multiple protocols to have to the same data. This opens opportunities for drupal to act as true server and a remote data repository for distripate clients. Services is currently under going active dvelopment and is maturing rapidly as a module. The module ships with a number of services being available:
- Node service. This provides the ability to create, save and delete nodes.
- Search service. This provides the ability to initiate user or node based searches.
- System service. This provides utility functions to get and set variables and re-start connections when using a cookie-less client.
- mingram's blog
- Login or register to post comments
- Read more
Salesforce integration using nusaop
Currently we are carrying out a piece of integration work between Drupal and Salesforce. Drupal is responsible for pulling the data from Salesforce and this achieved by calling the SOQL api via a webservice. The data is returned in a SOAP format. This article assumes you are using this salesforce client
http://sourceforge.net/project/showfiles.php?group_id=96634&package_id=1...
- mingram's blog
- Login or register to post comments
- Read more
