node.save xmlrpc

Events happening in the community are now at Drupal community events on www.drupal.org.
ericpai's picture

node.save with XMLRPC call to other Drupal site. “Access Denied” message

One drupal site to create a node on another drupal site in a multi-site setup. It looks like I'm getting the sessionid and logging in just fine, but when trying to create a "page" node, I get "Access denied". Under Services -> Settings, I have "Key Authentication", "Use keys" is unchecked, and "Use sessid" is checked.
I gave permissions for the logged in user: "create page content", "administer services", etc... I'm running Services 6.x-2.2 and XMLRPC Server 6.x-2.2

Below is my code:

<? $url = 'http://drupal2.dev/xmlrpc.php'; ?>
<?

Read more
Subscribe with RSS Syndicate content