How to call a .NET Webservice from Android using KSOAP2?
- by Rajapandian
Hai to All,I have a problem while calling the webservice,i have a .NET web service in the server and i am using KSOAP2(ksoap2-j2se-full-2.1.2) in android.While running the program i got an runtime Exception
like "org.ksoap2.serialization.SoapPrimitive". I dont know what to do.Here is my code.
package projects.ksoap2sample;
import…