Possible Duplicate:
XML Comments not appearing in WCF Service
Thanks to WCFExtras, the XML comments for WCF methods appears in generated .wsdl file. Now the problem is that the XML comments doesn't appear when I call a method in client side code (proxy).
Does someone knows how to make xml comments appear in client side code, or a method to extract the comments from .wsdl file and associate with client code?
Thanks!