Services Module: node.save unable to save/update CCK fields

garrizaldy - October 30, 2009 - 12:18

I was able to save and update regular node fields like titles but was unable to save and update on CCK Field on the nodes.

here is my xml request for a node.save after a successful system.connect and user.login http://pastebin.com/m5ceca16

here's an example how I build my node array:

<?php
$node
= array();
$node['title'] = "MyTitle";
$node['field_content'] = array(array("value" => "MyContent"));
?>

 
 

Drupal is a registered trademark of Dries Buytaert.