i implemented very thin xml-rpc, try http://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 -~----------~----~----~----~------~----~------~--~---

