My Soap result is in the form as below. Since the result is a Soap object.
11-27 17:14:48.310: I/TAG(3771): message=========================getProdResponse{return=[unnamed_struct_use_soapval{id=57; }, unnamed_struct_use_soapval{id=77; }]; }
11-27 17:14:48.310: I/TAG(3771): message=========================[unnamed_struct_use_soapval{id=57; }, unnamed_struct_use_soapval{id=77; }]
11-27 17:14:48.310: I/TAG(3771): nameResult=================[unnamed_struct_use_soapval{id=57; }, unnamed_struct_use_soapval{id=77; }]
I am getting two ID values here in the above log. id= 77 and id = 57. How can I get only the id.
If you are use SVC webservice than this code helps you... public class Test extends Activity {