Why not use the proxy that gets created for you when you add a web reference?
If you want to learn how to "talk" to the web service... add a web reference, then look at the proxy class generated. It will be the best example of the code that you would write to talk to your web service.
-
Peter