SoapObject result=(SoapObject)soapEnvelope.getResponse();
with aht.responsed开发者_StackOverflow社区ump i get it
so Phonebook is my root element from my xml which looks like
22245278 0 22245648 0
how to acces the child of the root and get my data
Update your question to be readable maybe.
In any case, just parse the SoapObject with getProperty and getAttribute
精彩评论