can anybody please provide me some code that could help me. actually i am try开发者_Go百科ing to work on web services. i have a web service with login aand register methods . now in my android app how can i get to those login and register methods. pelase demonstrate..
I have been trying to do the same. There is k-SOAP2 which some people have used, but unfortunately it didn't work for me. So I came up with the next best thing, i.e. putting in a Servlet to act as a go between between the android client and the web service.
Hope this helps.
精彩评论