View Single Post
Old 03-19-2009, 11:47 AM   #9
CJLopez
Thumbs Must Hurt
 
Join Date: May 2008
Model: 8700
PIN: N/A
Carrier: Telcel
Posts: 69
Default

Ok, i can see you hadn't meedled a lot with the documentation of a SoapObject object. Each elemente parsed from XML you received from the webservice response is stored on a Vector as a Vector element.

getProperty is a method inherited from the Vector class, so if you are not getting data on the slot 1 change to 0 maybe you data is stored there.

What i showed there is a way to get the data, but its not always the right thing to do.

i'd love to help you, but right now i have my hands full with my own work.
Offline   Reply With Quote