简体   繁体   中英

How to call SOAP service in my log-In Application? android

Please Help me in My problem

How to call SOAP service in my application.

Log - In application

Where username and password and click the button then check it if the password is correct or incorrect.

Thank you for some Information and examples you share to me.

this images I want to to my application

在此处输入图片说明

Unfortunately Android doesn't have it's own SOAP library, you should use 3rd party library. This should help : Android WSDL/SOAP service client

You have to use Third Party library for SOAP web service called ksoap2.

ksoap2-android provides a lightweight and efficient SOAP library for the Android platform.

Here is the good example for SOAP Webservice in android.

SOAP ANDROID TUTORIAL.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM