Re: adding ogo users via xmlrpc and php
"Bjoern Stierand" <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Message-ID | <[email protected]> |
Hiya, [email protected] wrote: [inserting a new account] > $message = new XML_RPC_Message('person.insert', > array(new XML_RPC_Value($rpc_message, "struct"))); If you want to insert a new account, you should use 'account.insert' instead of 'person.insert', as the latter doesn't handle account creation. See the XML-RPC Handbook on docs.opengroupware.org for details about the method signature of 'account.insert'. Greets Bjoern -- OpenGroupware.org XML-RPC [email protected] http://mail.opengroupware.org/mailman/listinfo/xmlrpc