Whats the use of xsd files generated for xml types, operation contracts and data contracts.
Isn’t the information in wsdl file is sufficient to generate all required classes.
Whats the use of xsd files generated for xml types, operation contracts and data
Share
By default WCF generated WSDL has reference to external xsd files to describe the types in the SOAP messages. This is a multifile WSDL as opposed to single file WSDL. You can use WCF Extras library to generate single file WSDL if you wish.