how to call 2 webmethods from a single webservice in a single activity in android?
- by Jassi
hello,
I am new in android. i am able to called single webmethod from a .net webservice. i am usuing ksoap2 to implement soap. But in my .net webservice there are many web methods.
I want to call more than one web methods.
So please give some idea on this matter.
Even i have tried by taking 2 soap_action and 2 method_name with single namespace then it works in first request but in 2nd request it gives xmlpullparserException error.
thanx in advance,