HI
i new to android. i want to use ksoap to connect to web service. i have seen a lot of example. but the bet which i am not able to figure out is how to install ksoap in eclips
so that i can import the ksoap libs
import org.ksoap2;
HI
i new to android. i want to use ksoap to connect to web service. i have seen a lot of example. but the bet which i am not able to figure out is how to install ksoap in eclips
so that i can import the ksoap libs
import org.ksoap2;
You should add jar file to your project like this; Open your project's properties (right click), java build path, libraries tab, click "add external jar" button and add ksoap*.jar file.