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!!
 
Back
Top