Thanks for your post, I went to the URL and I dont see any source there. Can you please share the source code etc?
I'm hesistant to change over to REST so I'd prefer to stay with XML- RPC as we have alot of code already on XML-RPC. Please post a link to where I can get the code and try it out. Thanks a bunch. On Nov 30, 2:41 pm, skink <[EMAIL PROTECTED]> wrote: > i implemented very thin xml-rpc, > tryhttp://www.anddev.org/slim_xml-rpc-t3800.html > > pskink > > > > > > > On Nov 24, 2:01 am, check_writer <[EMAIL PROTECTED]> wrote: > > > >> I tried implementing the ApacheXML-RPC3.1 as I normally would in a > > > >> Java 1.5 app in eclipse and got exceptions. > > > > What were the exceptions? > > > > >> Or ifXML-RPCis not possible, what are my options in the way of a > > > >> Client/Server app on Android. > > > > The simplest is a REST-style interface, using ordinary URLs and HTTP > > > verbs (GET, POST, PUT, DELETE). This is rather popular with > > > Internet-based services nowadays for their public APIs. > > > > -- > > > Mark Murphy (a Commons Guy)http://commonsware.com > > > _The Busy Coder's Guide to Android Development_ Version 1.4 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

