Basic HTTP authentication using KSOAP for android

前端 未结 6 1748
暖寄归人
暖寄归人 2020-12-09 23:01

I need to consume a SOAP web service using Android.

The issue is that before request for a particular function I need to authenticate a client using basic http reque

6条回答
  •  难免孤独
    2020-12-09 23:26

    See this. I have implemented a simple code that calls a local SOAP web service(.asmx) from Android application.

    It is a simple web service to authenticate user using username and password.

    Hope that helps

    Cheers

提交回复
热议问题