omatase
omatase

Reputation: 1711

WCFExtras XmlComments ... Where Are They?

I spent the last 3 hours trying to get WCFExtras to output my XML comments to my WSDL using the steps they describe on the codeplex site among other places. Eventually I discovered WCFExtras was also generating a second WSDL available as a single file and that the XML comments were in that file.

My question is - since I can't find this information anywhere - is that how it's supposed to work? Is the intention of WCFExtras never to attempt to output the XML Comments in the WSDL WCF is already automatically generating? Am I supposed to generate this other WSDL file from now on if I am interested in having these comments?

I hope someone here knows. Thanks!

Upvotes: 3

Views: 397

Answers (1)

Anderson Pimentel
Anderson Pimentel

Reputation: 5767

I spent some time trying to figure out what I was doing wrong, and I forgot to check the XML documentation file checkbox, on Properties -> Build. Thanks Vo Thanh Vinh.

enter image description here

Now, the WSDL includes the wsdl:documentation tags, but I have another problem: the wsdl:documentation contains the full XML documentation, including <summary> tags.

I'll update the answer if I find out something else.

Upvotes: 0

Related Questions