Is there any tutorial for calling a web service in android via ksoap 2.5.4?

friends

I want to call the webservice using the ksoap 2.5.4 library (or the last one), will someone tell me what is the procedure for using it or some tutorial link?

and one more thing: does it have an implementation related to the request timeout?

Any help would be appreciated.

+3
source share
2 answers
+2
source

I have provided several guides on using kSOAP with Android. I hope one of them helps.

http://roderickbarnes.com/blog/category/technology/web-services-technology

It is very important to understand the big picture before using the API. Comments in my code should shed some light on a big idea.

0
source

Source: https://habr.com/ru/post/1792534/


All Articles