Android WSDL/SOAP service client

后端 未结 7 2186
北恋
北恋 2020-11-30 22:53

I have some web services that uses WSDL/SOAP for communication. Specifically, I am using PHP and Nusoap to make them. How can I use these web services on Android? I am going

7条回答
  •  一个人的身影
    2020-11-30 23:23

    Android doesn't come with SOAP library. However, you can download 3rd party library here:
    https://github.com/simpligility/ksoap2-android

    If you need help using it, you might find this thread helpful:
    How to call a .NET Webservice from Android using KSOAP2?

提交回复
热议问题