Generating a WSDL for your Web Service

  • Thread starter Thread starter Water Cooler v2
  • Start date Start date
W

Water Cooler v2

How do you create a .wsdl file for a Web Service you are developing
using Visual Studio .NET 2003?
 
I never had to create a web service in 2003 (used remoting exclusively)...
but I do know that in VS2005 you can get the "at-runtime" generated wsdl
file by just running your web service project and clicking on the "Service
Description" link (or pointing your browser direcly to the web service app
url http://localhost/mywebservice for instance).

Maybe there's something similar in 2003?
 
If you have already written the web service, then using <url of service>?wsdl
will get you the WSDL
 
Back
Top