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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top