Adding a description to the WCF web service that appears in the WSDL

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

+3
source share
1 answer

TechWriter , WSDL, WCF- WCFExtras, . WCFExtras XML- .

+2

Source: https://habr.com/ru/post/1743019/


All Articles