老早之前接触过安卓通过webservice和服务端交互,但是没有记录下来,这次又遇到了,所以记录一下。
使用方法其实很简单:
第一步
project的build.gradle里面添加仓库
maven {
url 'https://oss.sonatype.org/content/repositories/ksoap2-android-releases/' }
第二步
app的build.gradle里面引入依赖
// webservice
implementation 'com.google.code.ksoap2-android:ksoap2-android:3.1.1'
第三步
thread(start = true){
// 命名空间
val targetNameSpace = "DarASTW_Wes"
val methodName = "GetAllStops"
// 调用的方法名称
val action = "$