简体   繁体   中英

asp.net web services in android application

I am a newbie in android. Can anyone help me in running my asp.net web service in android application. I tried using SOAP OBJECT but the application force closes. The web service is the simple one which takes my name and returns HELLO + "my name" . HELP me in code.

You can use this is library to full fill you need

This is Tutorial telling how to use this library to call webservice

Note : Source code also available

don't forget to give internet permission on manifest file

 <uses-permission android:name="android.permission.INTERNET"/>

Refer : See Dummy Class calling SOAP method

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