WCF Versioning : Update Attribute Namespaces and Support Previous Namespaces
问题 I have three WCF services (.svc) which generate .wsdl references for SOAP messages. Given that part of the namespace needs to change for all ServiceContract, OperationContract, DataContract attributes, for example [DataContract(Namespace = "http://old.com.au/types/")] to [DataContract(Namespace = "http://new.com.au/types/")] How is it that I can still support clients which have the old service reference (without them needing to update, because maybe they wont have time to update immediately)