When I create a webservice with wcf the generated wsdl contains import statements which reference to another site. The problem is that the client that is supposed to consume this webservice can't handle such imports.
Is it possible to include the definitions of the import directly in the main wsdl so the client only has to load this single wsdl file?