Closed (fixed)
Project:
Services
Version:
7.x-3.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2011 at 08:40 UTC
Updated:
9 Feb 2012 at 06:03 UTC
I have passe following XMLRPC request.
It does create article but only title is saved and not body.
<?xml version='1.0' ?>
<methodCall>
<methodName>node.create</methodName>
<params>
<param>
<value>
<struct>
<member>
<name>type</name>
<value>
<string>article</string>
</value>
</member>
<member>
<name>body</name>
<value>
<string>Create body input</string>
</value>
</member>
<member>
<name>title</name>
<value>
<string>Test title</string>
</value>
</member>
</struct>
</value>
</param>
</params>
</methodCall>
Comments
Comment #1
marcingy commentedSee http://drupal.org/node/1354202 for details on how to determine the correct data structure.
Comment #2
isagarjadhav commentedproblem solved. thanks a ton :)
Comment #3
digitalfrontiersmediaFor those searching but needing a more spelled out answer, see http://drupal.org/node/1304802#comment-5578926
Comment #3.0
digitalfrontiersmediadescription changed