Hi everyone

Im facing a problem using kSoap library; the issue is I want to use
web services using input parameters like this :

<my_parameters_list>
               <user>
                             <name>string</name>
                             <id>string</id>
                             <address>
                                         <street>string</street>
                                         <postcode>string</postcode>
                             </address>
               </user>
               <user>
                            ...... //n users
               </user>

</my_parameters_list>

Please, can anyone tell me the way to solve this using ksoap2?

I dont know how to deal with SoapObject, PropertyInfo and
AttributeInfo and I dont even know if it´s going to work, I mean the
use I want to give to ksoap; I would thank a lot a workaround! Ive
read a lot without no idea about solving this problem, at less, using
ksoap.

Regards

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to