There were many questions recently on how to control various aspects of WSDL (metadata) generated by WCF services.
There are three phases one can use:
1) Design time: settings on data contract, message contract, service contract, service behavior, binding,
2) Runtime: implement IWsdlImportExtension and work with ServiceDescriptionCollection inside BeforeImport call.
3) Runtime: substitute your own MetadataImporter and party on.
The following two posts I will dedicate to #1.
Posted
Jun 18 2006, 10:04 AM
by
kirill-gavrylyuk