That's sort of a big question - once again it depends what you mean by "web service" (though I assume you mean SOAP over HTTP by your kSOAP comment), and it depends what you mean by "secure." The best quick and dirty way for SOAP and HTTP is to simply use basic authentication and SSL. If you enterprise level requirements beyond the transport layer you may want to look at the WS-* stuff (http://en.wikipedia.org/ wiki/WS-Security).
On Dec 3, 10:54 am, Malefico <[EMAIL PROTECTED]> wrote: > Hi, > > I want to implement a web service with authentication.. what is the > best approach? > I develop a web service in c# with VisualStudio .net and i conume it > usin ksoap2.. but i don't know how to make it secure. > > Thx > > O. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

