I wrote web method in asmx web service
List<String> GetData(int id) {...}
and then I invoked it by SoapObject in android application when I used this code:
response = envelope.getResponse();
what is the type of response that I should define ???