Hi, should it be possible to tag DataContracts, DataMembers, ServiceContracts and OperationContracts with a Description attribute, (System.ComponentModel.DescriptionAttribute) so that those descriptions appear in the WSDL to aid the developer or so an automatic documentation generation tool like TechWriter can use them in the documentation.
I went and added descriptions to my web services but they don't appear in the WSDL.
Is there any other way to do what I want?
Thanks