Closed (fixed)
Project:
Services
Version:
6.x-0.15
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2009 at 02:05 UTC
Updated:
15 Dec 2009 at 14:40 UTC
I'm working on creating a services module using the API provided and it seems to be working well so far. However, I'd like to find out the xml input structure that the service expects. Is there an easy way to find this out? Or to generate it from the 'call method' test form?
Cheers,
Stella
Comments
Comment #1
tonyliuh commentedI need it too.
Expected,
Tony
Comment #2
gddSo the answer to this question depends on how you have setup services. By default, Services runs with the XMLRPC server, and so submissions will follow that spec and Drupal's implementation of it. More info:
http://en.wikipedia.org/wiki/Xmlrpc
For other servers like JSON or REST, this will be different.