I currently have a client/server application which is based on Windows technology (using C# .net). I use WCF with transport and message credentials. (i.e. SSL with basic username/password message authentication)
One of the projects about to come up, is to allow the client side to run on an Android platform (phone or tablet).
Are there Android/Java/Linux libraries available to consume a WCF service from within Android code ?
If not, I guess I'll have to write a wrapper around the services and use an alternative method.