PDA

View Full Version : C# file to .wsdl file?


overrated
10-09-2007, 03:03 PM
I want to automatically generate a .wsdl file from a web service i've created using C# (in visual studio).
I know how to create a C# file from a .wsdl file but i want to do it the other way around. is this possible? if so, how?
I think I have figured it out: I've run the web service from visual studio using local host. and then clicked on the .asmx file and then clicked on service description.

Let me know if this sounds right?
Thanks