If you control the webservices, my best suggestion is don't use SOAP with WCF. Expose REST or POX bindings for WCF. You can then use libraries like Simple XML to parse the xml into entities or if its a big payload you can use the built in SAX parsers or XML pull parsers.
Adam -- 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

