I have a windows application and I require that the user logins in the application by the username and password which were provided to the user in the website. For this purpose, firstly I check whether the user is connected to internet or not. If there is a connection, then proceeds to check whether the credentials are valid or not. So, I need to call a webservice in the windows application. How do I proceed in this?
Any examples explaining the procedure to call webservice in windows application are welcome.