WSDL Creation

  • Thread starter Thread starter SS
  • Start date Start date
S

SS

Hi,

I am wondering which is a better way of creating proxy code:

Using wsdl.exe from commandline
or using webreference in VStudio.net

is using VS earlybing and using wsdl from command line Late binding

Thx in advance

SS
 
What is really happening is that a wrapper class is being generated for for
your webservice. Both with the command line and the web reference.

The IDE just takes care of addign the class to your project and what not.

Enjoy!!
 

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