[android-developers] Re: Strange Issue with Return String from Web Service

2010-08-16 Thread Bob Kerns
In addition to referring you to the thread Ed just referred you to, I'll specifically highlight: toString() does not do what you think it does. Yes, it returns a string. No, it does not extract some string (just which string, anyway???) from the response. SOAP responses are complex XML structures

[android-developers] Re: Strange Issue with Return String from Web Service

2010-08-15 Thread Ed
Please see: http://groups.google.com/group/android-developers/browse_thread/thread/d25a94dc3b92cd84/b4bbf23336c44341#b4bbf23336c44341 On Aug 14, 2:39 am, "Tommy" wrote: > Hi everyone, > >   I have a strange issue. I am using KSOAP2 to create a soap request > to a .net webservice. I do this in a