WSDL Flattening Revisited

I apologize it has taken so long for me to post this, but as promised, here is the .cs file for the wsdl flattener.

FlatWSDL.cs (10.75 kb) 

To use it, you need to modify your web config and add a reference to the library in the behavior extensions section: More...

February 17, 2010 13:02 by Stever B
E-mail | Permalink | Comments (4) | Comment RSSRSS comment feed

Flatten WCF WSDL on Demand

If you've done any work with WCF and non .NET clients, you've probably had the need to make WCF emit a flattened WSDL that doesn't use xsd includes. You've probably run across Tomas Restrepo's InlineXSDInWSDLBehavior and Christian Weyer's FlatWSDL extension. They both work quite well. Possibly too well.

More...

November 22, 2008 10:13 by Stever B
E-mail | Permalink | Comments (15) | Comment RSSRSS comment feed