Few moths ago I have presented the tool for my session WCF Internals session at Advance Developer Conference.This tools helps you generate flatten WSDL from existing URL which hosts WCF typical WSDL shared in multiple WSDL and XSD files. This tool helps you to create WSDL which can be locally embedded in web site and used to generate WSDL by using SVCUTIL.
This works well, but it it is a bit complicate.
One of my colleges (Edin), created new build (1.0.2.4) which can build local copy of WSDL files which can be referenced by Visual Studio.
DOWNLOAD:http://developers.de/media/p/271275.aspx
Some people asked me “Why do we need this tool if we have WCF 4.5 singleWsdl file feature”? The answer is simple. You do not always own service contract. If the Service is build with version lower than WCF 4.5 you will need this tool. The good thing on this tool is that you do not have to touch the service.
Posted
Feb 17 2012, 10:23 PM
by
Damir Dobric