Error using Ksoap2 library in Android
Posted
by
Joseph82
on Stack Overflow
See other posts from Stack Overflow
or by Joseph82
Published on 2012-11-27T09:36:03Z
Indexed on
2012/11/27
11:04 UTC
Read the original article
Hit count: 415
I'm trying to use KSoap2 library. I put the file Ksoap2-android-assembly-2.5.7-jar-with-dependencies.jar in the directory workspace > myproject > libs
Then I setted it in build path. (libraries)
I have error just when I run the application:
11-27 10:32:56.260: E/dalvikvm(1593): Could not find class 'org.ksoap2.serialization.SoapObject', referenced from method
associated to this code line:
SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME);
I tried also with the steps suggested in this thread exception while using ksoap2 library for android whitout success
© Stack Overflow or respective owner