Getting defaults via XML-RPC
Adam Tauno Williams <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Organization | Morrison Industries |
| Message-ID | <[email protected]> |
I'm trying to read the defaults for SkyScheduler_defaultAppointmentTypes and SkyScheduler_customAppointmentTypes as specified in http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=384 The getSignature method says the parameters for the defaults methods (defaults.arrayForKey, defaults.dataForKey, defaults.dictionaryForKey, defaults.objectForKey, defaults.stringForKey) is string, string throw:~ # xmlrpc_call http://throw/RPC2 system.methodSignature defaults.dataForKey string string But xmlrpc_call http://throw/RPC2 defaults.dataForKey NSGlobalDomain SkyScheduler_defaultAppointmentTypes doesn't return anything. I've tried as data, dictionary, object, and string, with the same result. Is NSGlobalDomain the incorrect domain? -- OpenGroupware.org XML-RPC [email protected] http://mail.opengroupware.org/mailman/listinfo/xmlrpc