Soap webservice in android is not working

111 Views Asked by At

I have soap web service url. The same url is working with login method in one android application, I am able to logged in to the app. When I use same url and different login method in my second app I am getting

org.ksoap2.transport.HttpResponseException: HTTP request failed, HTTP status: 403 exception.

My soap webservice url is working fine on browser and postman. My url is http not https.

0

There are 0 best solutions below