This describes how to reference the web service you created in the previous step, you'll need to substitute your server/project names for what they used in their demo to match what you created.
To use the custom Web Service
On another computer, open Visual Studio .NET.
On the File menu, point to New, and then click Project.
In the Project Types box, select Visual Basic Projects or Visual C Projects, depending on which language you prefer.
In the Templates box, select Windows Application.
Specify a name and path for the project, and then click OK.
On the default form, add a command button to invoke the new Web service.
Add a Web reference to the Web service:
Right-click the project, and then click Add Web Reference.
In the wizard, type the following URL, and then click Open to download the service contract for the Web service:
http://Server_name/_vti_bin/Service1.asmx
Name this reference WSSServer.
This WSSServer is the object reference (web service reference) that you are missing in your client code that accesses it.