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.