|
|
Choosing A Webhost: |
Re: Ogojogi string output: msg#00036cms.opengroupware.xmlrpc.devel
Christoph Guse wrote: is there any chance to configure ogojogi, so I don't need the follwing class?Hmmm.... just off the top of my head, look at the http://ogo-jogi.sourceforge.net/doc/userguide.html where the XmlRpc Caller Interface is explained. Basically, you could do your own XmlRpc adapter, either by writing it yourself or by decorating the ApacheXmlRpcCaller class. Reason: every XmlRpc call goes through the XmlRpc object, so you could do the UTF8 handling in there, ie. process each String in there with your code (from your class) and replace them (for arguments you get and the results from the OG.o server). While this could prove as a bottleneck, I suppose there isn't any better way to do this, and since you need to do the transformation any other way, the overhead shouldn't be too bad. Your own XmlRpcCaller class: you could either just copy the source of ApacheXmlRpcCaller and adapt it, or (maybe better), you create your own class UtfWorkaroundApacheXmlRpcCaller extends ApacheXmlRpcCaller and simply override the methods the methods in there to do your pre-processing and postprocessing. I hope this helps... murphee -- Werner Schuster (murphee) Student of SoftwareEngineering and KnowledgeManagement Maintainer of the OGO-JOGI Project @ http://ogo-jogi.sourceforge.net/ Blog @ http://jroller.com/page/murphee -- OpenGroupware.org XML-RPC xmlrpc@xxxxxxxxxxxxxxxxx http://mail.opengroupware.org/mailman/listinfo/xmlrpc
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Ogojogi string output, Christoph Guse |
|---|---|
| Next by Date: | Re: Ogojogi string output, Christoph Guse |
| Previous by Thread: | Ogojogi string output, Christoph Guse |
| Next by Thread: | Re: Ogojogi string output, Christoph Guse |
| 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 |