WCF Versioning, Naming and Endpoint URL
- by Vinothkumar VJ
I have a WCF Service and a Main Lib1.
Say, I have a Save Profile Service. WCF gets data (with predefined data contract) from client and pass the same to the Main Class Lib1, generate response and send it back to client.
WCF Method : SaveProfile(ProfileDTO profile)
Current Version 1.0 ProfileDTO have the following
UserName
Password
FirstName
DOB…