Services for Drupal 6

Rob Loach's picture
public
group: Services
Rob Loach - Thu, 2008-01-10 04:50

The Services module for Drupal was created to provide a standardized way of supporting communication with external applications and Drupal. XML-RPC, JSON, AMFPHP and REST are just some examples of protocols that can be used as communication mediums. It's a great module which adds a lot of flexibility to Drupal, and it has just been ported to Drupal 6 with a Drupal 6 development branch.

Thanks, Scott Nelson and Marc Ingram for the help in putting this together.


D6 included services

tourguide@drupal.org's picture
tourguide@drupal.org - Thu, 2008-01-10 18:44

Any word if D6 will have a translation service - would be nice to add to the list of included services.

ie:

* node service
* user service
* taxonomy service
* system service
* views service

Great idea

Rob Loach's picture
Rob Loach - Fri, 2008-01-11 18:26

Neat idea, I made an issue for it.


pushing/cloning/copying/pulling nodes between Drupal sites

HongPong@drupal.org - Tue, 2008-01-29 20:32

I was just introduced to the Services module and how to use it with Flash/Flex on Sunday, and it looks fantastic. I am wondering if there is any way to use Services to copy nodes between Drupal sites. ideally i would like to have push/pull/clone buttons that would let users clone nodes from one site to another.

I have heard that Dries wants to see Drupal 7 do more stuff along these lines. But in any case, it seemed to me that Services emits pretty much all the data you need to make a new node. Why can't one Drupal site's Services get cross connected to another site's Services? Has anyone yet seen anything like this?