Hi All,
Kindly let me know how to create WSDL for a WCF service programmatically.
Thanks & Regards, Priya.R
Hi All,
Kindly let me know how to create WSDL for a WCF service programmatically.
Thanks & Regards, Priya.R
I don't think this is possible, other than programmatically using svcutil.exe to achieve the task.
You can use the MetadataSet and WsdlImporter classes to do this if you have a mex endpoint exposed for whatever service it is that you are trying to generate WSDL against.
If the service you are trying to generate WSDL for is compiled code, you should be able to make use of svcutil for that.