how to call 2 webmethods from a single webservice in a single activity in android?

Posted by Jassi on Stack Overflow See other posts from Stack Overflow or by Jassi
Published on 2010-05-22T12:35:15Z Indexed on 2010/05/22 12:40 UTC
Read the original article Hit count: 187

Filed under:
|

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,

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk