Closed (fixed)
Project:
Services
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2008 at 10:01 UTC
Updated:
21 Jul 2008 at 15:28 UTC
I still didn't get from the docs how can I access, using services, data from one site to another.
Comments
Comment #1
amitaibuI found this module http://drupal.org/project/get_server. Apart if this, is there another way?
Comment #2
amitaibuOk, took me some time but I found the answer. The key is in drupal_http_request(),
Comment #3
amitaibuComment #4
amitaibuWhat is the correct syntax, the following doesn't work for me:
Comment #5
amitaibuI tried this, still I get parser error:
Comment #6
amitaibuSyntax should use xmlrpc()
$result = xmlrpc('http://example.com', 'node.load', 1, array());Comment #7
amitaibu. (double posting)