windows project n web services

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

I am writing a windows application that consumes a webservice. How do I
reference the webservice in my windows application ?

Thanks
Andrew
 
In the solution explorer, right click on the project. The context menu
should list a choice of "Add Web Reference...". The actual wording may be
different depending on the version of Visual Studio being used.

The next dialog lets you specify the url to the webservice, and the
reference name which becomes the namespace in your client for the web service
classes.
 
Back
Top