|
|
Choosing A Webhost: |
takeValuesFromObject ?: msg#00001cms.opengroupware.xmlrpc.devel
hello, we have a little problem with some XML-RPC client code that we want to write; To get familiar with the XMLRPC interface, we would like to insert an appointment into OGo; We do this with this Java code using the Apache XMLRPC client; Here is a snippet: //... Hashtable hash = new Hashtable(); hash.put("startDate", "2003-03-20"); hash.put("endDate", "2003-03-21"); hash.put("title", "Flfufys appointment TITLE"); hash.put("comment", "comment by fluffy"); hash.put("name", "name fluffy"); // params is an instance of Vector params.addElement(hash); client.execute("appointment.insert", params); // ... This returns an XML-RPC fault with the message: "ObjcRuntimeException: SkyAppointmentDocument (instance) does not recognize takeValuesFromObject:keys:" The serverside code seems to work, as it complains, eg. if we leave out the startDate etc. What could be the cause of this problem? Is there some missing configuration of the OGo server (some default appointment object,...) or what could be the problem? (As some code tries to send an "takeValuesFromObject" message to an object that doesn't know that method, could this be some bug?); Thanks in advance, JOGI Team JOGI - Java OGo Interface -- Rath Andreas StrV Mathematik Student Of Tech. Mathematics And Telematics @ Graz University Of Technology, Austria Email: arath@xxxxxx http://rath.netstruct.at -- OpenGroupware.org XML-RPC xmlrpc@xxxxxxxxxxxxxxxxx http://mail.opengroupware.org/mailman/listinfo/xmlrpc
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | opengroupware-xmlrpcd-1.0-ogo006 should work? How?, Dr. Martin Korff |
|---|---|
| Next by Date: | Re: takeValuesFromObject ?, Helge Hess |
| Previous by Thread: | opengroupware-xmlrpcd-1.0-ogo006 should work? How?, Dr. Martin Korff |
| Next by Thread: | Re: takeValuesFromObject ?, Helge Hess |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |