IBM provides a wonderful tutorial how to access WSDL service from Android device Example provided in the tutorial gives clear understanding how KSoap library usage works. But during integrating this example in my project, I found that getting result is not working as described in the tutorial. Here is the fixed example: package android.webservice.client; import… Continue reading Android WSDL client response