xml input structure
stella - September 16, 2009 - 02:05
| Project: | Services |
| Version: | 6.x-0.15 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
I need it too.
Expected,
Tony
#2
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.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.