
Controlling Generation of WSDL Files for ASP.NET Web Services
You can disable WSDL file generation, which is enabled by default, for all Web services on an ASP.NET application. Disabling automatic WSDL file generation makes it possible for you to override the default WSDL binding definition generated in the WSDL file for each Web service. You can also enable WSDL file generation, if it has been disabled.
Note: |
|---|
When you disable WSDL file generation, you must specify another location containing the WSDL file that you want to use instead and make sure that the specified WSDL file is up to date with changes made to the Web service definition.
|
For more information, see How to: Control WSDL File Generation for ASP.NET Web Services.