Webservice Proxies With VS.net

D

Dave

Has anyone seen any articles or instructions for building
webservice proxies with VS.net?
 
E

Ed Smith[msft]

I'm sure if you search for web references, or web services in msdn, you can
find some instruction, but it is really very simple.

1) create your client project.
2) go to the project menu and choose add web reference
3) browse using the web reference browser to the .asmx file or .wsdl file
and click add reference (set the namespace here if you are using VS2003)
This automatically creates the proxy for you.
You call the web service in code by instanciating a new instance of the web
service proxy, and calling your method

You can also use the command line tool wsdl.exe to create the proxy.

Hope this helps
-Ed Smith
VB QA Team




--------------------
 

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

Members online

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top