Android Ksoap Web Service
I am having trouble to comunicate with my web service using ksoap for android. The idea is to receive a JSON as String and then do some parsing on this string. I opened my web serv
Solution 1:
Finally I found the reason for the problem. I was passing "id" as a parameter name when it should have been "identifier".
Took a long time to spot the problem probably because the faultstring was not of much help. My guess is that the faultstring = "3" indicates a problem with parameter number 3.
Post a Comment for "Android Ksoap Web Service"