kSOAP2 communication with webservices C#
问题 I am trying to send the login credentials from android user to a C# web service running in my local host through visual studio. I have used KSOAP2 for the SOAP communication and wanted to send the login info to the web service and print it in the UI. I have used Asynctask but I have been getting the below error posted here. ksoap 2 communication - sending the asynctask result to UI thread and print Can some one please help where I went wrong ????? public class MainActivity extends Activity {