0
votes
1answer
1k views

java.lang.ClassCastException: org.ksoap2.serialization.SoapObject in android

Hi i have developed one android application. The app purpose is retrieve data from mysql database and display in android device. This is my android code: public class RetailerActivity extends ...
0
votes
1answer
131 views

empty values also inserted on mysql in android

Hi i have develop insert the values to mysql database.here i did not enter the detail after click the button means that empty values also inserted.so please help me.how is validate here. dis is my ...
0
votes
1answer
216 views

mysql soap calling is not worked on android device

i have developed one login form in android application calling mysql database calling soap webservices.it is worked successfully on android emulator.But not worked on android real device.please what ...
0
votes
3answers
201 views

need particular user detail mysql query in andoid calling soap webservices

Hi i have developing one android project for mysql database connection using soap webservices.in my database have 3 field(username,password,email).here i insert the values for 3 users.now i created ...
0
votes
1answer
414 views

DEBUG/SntpClient(71): request time failed: java.net.SocketException

i have tried to develop connecting mysql database via ksoap2 in android application.so am referred dis site: http://codeoncloud.blogspot.in/2012/03/android-mysql-client.html I am repeatedly getting ...