I\'m troubling into an issue... I\'m trying to find a way to generate a single wsdl document from my WCF service, i.e. without any link to external documents. I\'ve used Fla
You could also use the WCFExtras project it has an extension to create a single WSDL-file.
WCFExtras
A collection of useful WCF extensions including Soap Header support, WSDL documentation and more.
The WCF platform is very extensible and allows you to easily add features that are not part of the core product. This project contains some extensions I needed in a WCF based project:
- SOAP Header support for WCF Adding WSDL
- Documentation from Source Code XML Comments
- Override SOAP Address Location URL
- Single WSDL file for better compatibility with older SOAP tools.
http://wcfextras.codeplex.com/