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!