Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2013-01-08 Thread Rajan Thakrar
see this link : http://stackoverflow.com/questions/1270191/how-to-parse-this-web-service-response-in-android (see: Rooban Abraham POST) On Tue, Jan 8, 2013 at 6:48 PM, Krishna Mahadik wrote: > Hi, > Give me a days time. I am busy right now

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2013-01-08 Thread Krishna Mahadik
Hi, Give me a days time. I am busy right now, will come back to see ur query ASAP. Thanks & Regards, Spike On Fri, Dec 28, 2012 at 5:15 PM, wrote: > hi spike, > As rajan post output of web service when returning dataset. > > Actual problem: I am creating a web service in >net which returns Data

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2013-01-08 Thread ss04091993
hi spike, As rajan post output of web service when returning dataset. Actual problem: I am creating a web service in >net which returns Dataset in XML format. Using KSOAP i am calling web service methods to get dataset which retuns Dataset. Webserice response stored in a string variable. So str

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2013-01-08 Thread ss04091993
same problem with me, if u have any solution then plz send to me.. mail id:ss04091...@gmail.com thanks On Friday, August 17, 2012 2:15:12 PM UTC+5:30, Rajan wrote: > > I am getting this kind of response > * > ---

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2012-08-17 Thread Krishna Mahadik
Hi Rajan, First tell me your scenario. I am not sure what your are trying to do. r u trying to read xml coming from web service or reading xml on server ?? On Fri, Aug 17, 2012 at 11:14 AM, Rajan Thakrar wrote: > hi Krishna, so i am going on wrong track, is it so ?? > > B'cos i am also tr

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2012-08-17 Thread Rajan Thakrar
I am getting this kind of response * - * anyType{NewDataSet=anyType{Table=anyType{AdSpaceID=423; AdspaceName=Hoarding at football, (Amul); Address=football,(Amul)-Ahmedabad; }

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2012-08-17 Thread Rajan Thakrar
Ohh! I am so sorry krishana, i have tried your code and it is working perfectly, but now i got the output that is neither XML nor JSON (output is available in Dataset). so what can i do ? How can i parse the response data. On Fri, Aug 17, 2012 at 11:14 AM, Rajan Thakrar wrote: > hi Krishna, so

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2012-08-16 Thread Rajan Thakrar
hi Krishna, so i am going on wrong track, is it so ?? B'cos i am also trying this code with small xml response at that time it will be worked fine, but when i get that the larger xml at that time i am facing the problem. And yes i have already tried out your code before creating this post, but i

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2012-08-16 Thread Krishna Mahadik
Hi Rajan, If your are looking for hitting .net web service from android application, you need to use an external jar file KSOAP2 at Android end. public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.login); fina

[android-developers] Re: Problem in larger xml parsing with SOAP web service

2012-08-16 Thread JP
This looks to me like you're trying to skin existing code over the Android platform? In my experience, DOM (tree parsing in general) isn't so great in the mobile environment as you have to load the tree structure up front to get to that last piece of data that you actually might be interested in