Re: [android-developers] How to Call a .Net web service from android

2011-05-06 Thread Miguel Morales
That's because you are attempting to do a network call within your UI thread. This should help you: http://developer.android.com/resources/articles/painless-threading.html On Fri, May 6, 2011 at 7:19 AM, mDroid wrote: > Hey All, > > I want to call a .net web service from android using kshop2 Bu

[android-developers] How to Call a .Net web service from android

2011-05-06 Thread mDroid
Hey All, I want to call a .net web service from android using kshop2 But I get a Error SocketException:Activity time out Please Help Me My code. final String SOAP_ACTION = "http://tempuri.org/Add";; private static final String METHOD_NAME = "Add"; private static fi