Is it possible to mark DataContracts, DataMembers, ServiceContracts and OperationContracts with the Description attribute (System.ComponentModel.DescriptionAttribute) so that these descriptions appear in the WSDL to help the developer, or thus an automated documentation tool such as TechWriter can use them in the documentation .
I went and added descriptions to my web services, but they do not appear in WSDL.
Is there any other way to do what I want?
thank
source
share