vendredi 2 octobre 2015

How to parse a List of objects from a web service?

I have a web service that returns a List of objects called "PiantaPersonale", how can i analyze each PiantaPersonale after the instruction :

SoapObject response = (SoapObject) envelope.getResponse(); ?

After this instruction i would like to analyze the PiantaPersonale objects of the list through the "get/set" methods of the class PiantaPersonale. Is it possible? Thanks.




Aucun commentaire:

Enregistrer un commentaire