Write HTTPS web service in asp.net and call it from android -


i have write web service in asp.net , android application takes list providing username , password pair , show result in listview. communication should takes place in ssl manner. web service model must use? there tutorial doing this?

solution splitted 2 parts :

1- creating https web service

steps in brief:

  • normally create web site using visual studio
  • add web services web site
  • deploy in iis
  • install server certificates on web server step
  • create simple web service
  • configure web service virtual directory require ssl
  • test web service using browser

tutorials & references :

2- consuming https web services in android app :

i dont have experiences in android app found lot of tutorials explain trick of consuming https services in android app

tutorials & references :

i hope happy coding :)


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -