get data from ksoap2 in android
问题 please tell me how to retrieve multiple array of data in ksoap2 Result. actually let me explain. i have a web service of employee search. when i search by name it gives me Multiple Records. one record contain name, last name, phone, address etc and there are total 30,40 records. in other cases where we just recieve one output result we can use the following code in ksoap2 SoapObject result=(SoapObject)envelope.getResponse(); //get response String text = result.getProperty("response").toString