Using WCF in .NET how can I make it auto generate SOAP docs like ASMX did?

Posted by Hades on Stack Overflow See other posts from Stack Overflow or by Hades
Published on 2010-06-07T07:49:54Z Indexed on 2010/06/07 7:52 UTC
Read the original article Hit count: 260

I'm currently writing a web service using WCF in VB.NET.

Previous web services I wrote used ASMX but I wanted to learn WCF and so far it's going well. I actually prefer the way WCF does things.

One thing I miss however is the way that ASMX used to generate example SOAP requests and responses. It was like getting documentation for free.

Is there anyway to auto generate SOAP documentation for WCF?

If not, is there any way to generate it in a .NET page using the WSDL?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about wcf