Closed (works as designed)
Project:
Services
Version:
6.x-0.13
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2009 at 19:59 UTC
Updated:
30 May 2009 at 21:19 UTC
I am envisioning a function method like:
myservice.syncUsers(users[])
Where users is an array of objects (or an array of arrays, which seems possible with the XMLRPC spec ("s can be recursive, any value may contain an or any other type, including a , described above."), here: http://www.xmlrpc.com/spec.
Is this possible with the existing services module, or must I pass one user at a time?
Comments
Comment #1
marcingy commentedOn hold for review of documentation
Comment #2
marcingy commentedArrays can be passed in therefore there shouldn't be any reason why that array can't itself contain arrays.