Services and remote machine
Hi all, I need to retrieve some information from drupal site A to drupal site B. I have installed services and xmlrpc services module If I try to connect with same server machine (A -> A) all works. If I try to connect with remote server machine (B .-> A) I received this error: object(stdClass)#4 (3) { ["is_error"]=> bool(true) ["code"]=> int(-111) ["message"]=> string(18) "Connection refused" } bool(false) This is my xmlrpc string: $result = xmlrpc('http://www.MYSITE.it/services/xmlrpc', 'system.connect','www.MySITE.it','KEYS_A'); I have a KEYS_B for site B. Where is my error ? M. -- Michel 'ZioBudda' Morelli michel@ziobuddalabs.it Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@ziobuddalabs.it
participants (1)
-
Michel Morelli