|
|
Choosing A Webhost: |
Re: Java OpenGroupware API - annotations: msg#00010cms.opengroupware.xmlrpc.devel
>>>>if you need/want help for your project...ask me for! >> ... bad move; we will surely take this offer seriously ;-) >no problem...do so ;) So, I will do so: I have problems with deleting jobs. Try 1: Map map1 = new Hashtable(); map1.put("id", "17780"); //Person Id Map map2 = new Hashtable(); map2.put("id", "98100"); // Job Id map2.put("name","testJobName"); Job Name List list = new Vector(); list.add(map1); list.add(map2); xmlcaller_.invoke("person.deleteJob", list); -> fails Try 2: List list = new Vector(); list.add("17780"); //Person Id list.add("98100"); // Job Id xmlcaller_.invoke("person.deleteJob", list); -> fails Try 3: List list = new Vector(); list.add("skyrix://Knoppix/premium2.in.skyrix.com/17780"); //Person Id list.add("skyrix://Knoppix/premium2.in.skyrix.com/98100"); // Job Id xmlcaller_.invoke("person.deleteJob", list); -> fails No error message and no return value. Does someone know what's wrong??? Ps.: Is there a possibility to delete a list of jobs? ...something like "person.delete([23233],[32323],[23145],....,]) Regards, teddius (JOGI Team) -- OpenGroupware.org XML-RPC xmlrpc@xxxxxxxxxxxxxxxxx http://mail.opengroupware.org/mailman/listinfo/xmlrpc
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Java OpenGroupware API - annotations, Burkhard Sell |
|---|---|
| Next by Date: | Re: Re: Java OpenGroupware API - annotations, Helge Hess |
| Previous by Thread: | Re: Java OpenGroupware API - annotations, Helge Hess |
| Next by Thread: | Re: Re: Java OpenGroupware API - annotations, 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 |