Re: xmlrpc_call
Helge Hess <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Message-ID | <[email protected]> |
On Apr 2, 2004, at 5:21 PM, Marcos Fontana wrote: > Somebody knows some example of the use of the xmlrpc_call command to > create users? How I must proceed? I don't think that you can use xmlrpc_call for that as it only allows flat parameters (but the XML-RPC daemon expects structures). If you want to create users from the command line you can also use sky_add_user tool (in OpenGroupware.org/Tools). But if you want to use the XML-RPC server (which is not a bad idea, eg the script doesn't need a special environment) you need to write a small Python/Perl/XX script wrapping the XML-RPC adduser call. Besides that we might (should!) add the much simpler XML-RPC calls as available in SandStorm, but this is some way to go ;-) regards, Helge -- http://docs.opengroupware.org/Members/helge/ OpenGroupware.org -- OpenGroupware.org XML-RPC [email protected] http://mail.opengroupware.org/mailman/listinfo/xmlrpc