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

tonyliuh’s picture

I need it too.
Expected,
Tony

gdd’s picture

Status: Active » Fixed

So 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.