Hi there, I've been searching forums on Android web services but I'm still stuck. My problem is that when using KSOAP2, I can connect to ASP.net web service OK, but I only get 'null' as return values.
If your web service is working OK, can you please let me know what you are using please? Thanks On Feb 23, 2:37 am, TreKing <[email protected]> wrote: > On Sat, Feb 19, 2011 at 3:12 AM, vijay kumar > <[email protected]>wrote: > > > mywebservice value is very long . > > i am using dom parser for parsing the value while replacing the value I am > > > getting out of memory error > > Don't use DOM for very large data. Try a pull parser. > > --------------------------------------------------------------------------- > ---------------------- > 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

