Android SOAP problem -
i m making application using soap in android. want login functionality calling web service on click of login button. in want user log in application checking user registered or not(webservice sending successfull or failed respose). can tell me procedure or nice tutorial or sample code. b helpfull.
thanks in advance.
you should check out ksoap2 lib android. found video tutorial useful: http://www.vimeo.com/9633556 .
apart that, using soap in android apps discouraged, , not supported sdk. consider using rest, if that's possible, it's more lightweight.
Comments
Post a Comment