Yes, I control the client and the server, but the SOAP based .NET Web Service can't be changed anymore at this point in the project. At the start of the project the web service only returned simple primitive types, for which its not an issue to use kSoap.
Parsing from XML, JSON or whatever format kSoap is returning is also not an option, because I would like to try and avoid having the write a lot of conversion or parsing code. In the future I would probably try and opt for .NET with JSON, but for now I hope someone can provide a more elegant solution that doesn't require an enourmous amount of coding. (Also viewed from a maintainability point of view). On Sep 29, 12:41 am, TreKing <[email protected]> wrote: > On Wed, Sep 28, 2011 at 10:50 AM, AgitoM <[email protected]> wrote: > > Need a solution to handle these complex data structures without having to > > write elaborate conversion code. Anybody got any suggestion or solution? > > Convert to / from XML / JSON? > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- 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

