I am not able to call aweb service even after adding kSOAP 2 library jar file.
web service
kSOAP 2 library jar
Source code :
package com.example.w
AndroidHttpTransport androidHttpTransport=new AndroidHttpTransport(URL);
I have changed this line to:
HttpTransportSE androidHttpTransport = new HttpTransportSE(URL);
And it worked fine. Also thanks for the full package rekaszeru.