Se anche voi combattete con WCF tutti i giorni, vi sarete imbattuti sicuramente nel problema di condividere il file WSDL che viene generato, con gli Imports che fanno riferimento a file esterni (XSD). Bene, su codeplex è disponibile il progetto WCFExtras che, impiegato seguendo le istruzioni, consente di far generare il file WSDL in un unico file (e anche molte altre cose interessanti).
Single WSDL file
Some older SOAP toolkits fail when trying to import a WSDL file that contains references to external .xsd files. This extensions simply merges the external types into the wsdl file and produces a single flat wsdl file that contains all the definitions it needs.