Flatten WSDL 1.0.2.4

Damir Dobric Posts

Next talks:

 

    

Follow me on Twitter: #ddobric



 

 

Archives

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
Filed under:

Comments

asdf wrote re: Flatten WSDL 1.0.2.4
on 09-12-2012 18:16

adsf

Wallis wrote re: Flatten WSDL 1.0.2.4
on 11-12-2012 14:04

Is there any way you could provide me with the source to this? I have tried the tool but it does not appear to work behind a proxy. We desperately need a WSDL flattener which does not require changes to the service. Any help will be appreciated.

Wallis wrote re: Flatten WSDL 1.0.2.4
on 11-12-2012 14:18

I have used ILSpy to "reverse engineer" the tool and added proxy credentials to overcome my issue. So it works now, however, the output is still multiple wsdl (2) and multiple xsd files.

Am I doing something wrong? Thanks!

developers.de is a .Net Community Blog powered by daenet GmbH.