I am not able to call aweb service
even after adding kSOAP 2 library jar
file.
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.
For KSoap2 to work on Android, the core library is not enough.
You need the full package.