Skip to content Skip to sidebar Skip to footer

Facing Problem While Importing Org.ksoap2.soapenvelope

Am working with web service. Got some sample code from internet. Got some error while importing import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import o

Solution 1:

you havnt added the ksoap jar file in your project, add library first

get it from HERE or http://sourceforge.net/projects/ksoap2/

Solution 2:

Steps to add Ksoap .jar file in Project: Right Click on Project --> Select PROPERTIES --> Click on JAVA BUILDPATH --> select LIBRARIES --> click on ADD EXTERNAL JARS --> select JAR file from storage path and finally click OK

Post a Comment for "Facing Problem While Importing Org.ksoap2.soapenvelope"