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/
Post a Comment for "Facing Problem While Importing Org.ksoap2.soapenvelope"