Friday, July 31, 2009

C# file to .wsdl file?

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?

C# file to .wsdl file?
Browse (with IE) your web service home page (the asmx page). Then type the following after the URL:





?WSDL





Then press enter. It will give you the WSDL.
Reply:The answer is wrong,she asked help to create WSDL from a c# class. But the help u have given is to create proxy class.No tool available for this.Using reflection u can do this.Use the assembly class and ServiceDescriptionReflector,se... in google Report It



No comments:

Post a Comment