Part1 : WebService Creation
Part II. WebService Deployment on the server
The web service can be deployed using iis (Internet Information Server).
The following steps have to be followed.
Part III. Accessing from the Client
This is described in my previous blog post
http://blogs.msdn.com/nagasatish/archive/2007/10/17/adding-a-web-reference-to-a-vs-2008-windows-forms-project.aspx
Part IV Binding to Winforms Controls
After Doing the steps in step III, you will be able to bind winforms controls to the dataset returned from the web service.
In the project from step3,after building the project
In this way you can access a web service and bind to windows forms controls.