Code:
SoapObject request = new SoapObject(NAMESPACE, SOAP_METHOD_GETDATATBL); request.addProperty(\"TName\", ttnm); request.
In my case that error arose because of a change in URL from http to https. Hence, you may want to ensure you are getting a response code 200 before processing the response.