Learning of Android web service request based on ksoap2
In fact, it is also the first time I have met this need because some ERP related businesses need such a request method.
① Baidu search, of course. I found a learning blog here https://blog.csdn.net/swjtugiser/article/details/76840353
Use the ksoap2 framework to request the download address of the jar package http://simpligility.github.io/ksoap2-android/getting-started.html , put it in the LIBS directory of project mode.
Study according to the above address.
② in the development process, we frequently use network requests, so we'd better encapsulate classes like okhttp.
③ use such a class in the activity
The above is the learning stage. The test interface given by others is used for testing, and some packaging is used. There are no problems in a series. Then enter your own development stage. [problem solving ⬇