Hey I'm building an app that runs on both iPhone and Android. I need the app to be able to use .NET web service on a windows server. Parts of these services need to be https.
To do this on the iPhone (i'm using mtouch) i've been able to access using secure WCF services as there is a port of the WCF code for mtouch. It's not been an iussue. Now I need to do the same on Android. Is there any suggested way for accessing web services over https on Android? I can tell WCF to run the service as a REST service if that helps but it does add more complexity to the server side configuration. Cheers w:// -- 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 To unsubscribe, reply using "remove me" as the subject.

