Я не совсем уверен, в чем может быть проблема, но вам нужно только сделать следующее, чтобы использовать веб-сервис:
// Look at what you named your web reference, in my example it is
// called MyWebService. Check your solution explorer for the actual name.
// This is the alias you should be using.
MyWebService.YourWebServiceName ws = new MyWebService.YourWebServiceName();
var result = ws.MyMethod(someparameter);