Building a service for a Drupal site to duplicate a node to another Drupal site in a multi-site setu
Posted
by EricP
on Stack Overflow
See other posts from Stack Overflow
or by EricP
Published on 2010-06-03T13:27:25Z
Indexed on
2010/06/07
11:42 UTC
Read the original article
Hit count: 226
I'm trying to set up one of my Drupal sites to push a node to another Drupal site in a multi-site configuration. It looks like I need to do this with services somehow, but I can't find any tutorials out there and I need at least to be pointed in the right direction. What I believe I need is set up Services on the receiving site to accept a call from the sending site which will be sending the node object via Json or serialized PHP using a Key that was set up on the receiving site. Can anyone show me an example of this working or give me some insight?
thanks
© Stack Overflow or respective owner