Is it possible to get WCF to generate multiple different WSLDs for the same web service?
The reason that I ask is that I want to generate a separate schema file for the classes and objects in my web service (this is in fact the default behaviour for WCF web services), however if I do this then some clients are unable to consume my web services and so I've disabled this.
What I'd like is the ability to generate two WSDLs - one combined WSDL to be used by clients who have problems with split WSDLs, and one split WSDL for when we want separate schemas for the objects and classes exposed by the service.
Can this be done in WCF?