Custom description page for the WCF endpoint?

Posted by Joannes Vermorel on Stack Overflow See other posts from Stack Overflow or by Joannes Vermorel
Published on 2010-03-14T08:25:53Z Indexed on 2010/03/14 8:35 UTC
Read the original article Hit count: 277

Filed under:
|
|

I am migrating an ASP.NET Web Service toward WCF. The old Web Service endpoint had a nice extensive description page generated from the comment of the underlying class exposed as a service endpoint. In particular, all available web methods were listed.

Is there a way to emulate somehow this behavior with WCF? At least, how can I customize the HTML content of the WCF endpoint?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about wcf