1

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!

Community
  • 1
  • 1
Cargo
  • 185
  • 1
  • 10
  • Thanks for suggestion. Is not a duplicate because I managed to bring those XML Comments in WSDL and I have to make one step further: to appear in proxy tooltips code :D. – Cargo Jun 28 '11 at 14:05
  • It _is_ a duplicate because it explains why you're not going to get those comments, or any WSDL documentation, into the proxy, unless you generate the proxy yourself. – John Saunders Jun 28 '11 at 14:22

0 Answers0