etienne_marais
Honorary Master
Using VS 2010 and c# projects.
I have a webservice and 2 client programs consuming them.
Application 1 has been released and works well with the webservice.
Application 2 is new and requires new webservice functionality, including new methods and types declared in the webservice.
I want to deploy application 2 as well as the updated webservice.
Question is when does the webservice become incompatible with application 1 (which I do not want to relaunch for now).
The signatures of existing methods and existing types stayed the same, only new methods and types were added. (In fact, not even the bodies of existing methods were changed).
I have a webservice and 2 client programs consuming them.
Application 1 has been released and works well with the webservice.
Application 2 is new and requires new webservice functionality, including new methods and types declared in the webservice.
I want to deploy application 2 as well as the updated webservice.
Question is when does the webservice become incompatible with application 1 (which I do not want to relaunch for now).
The signatures of existing methods and existing types stayed the same, only new methods and types were added. (In fact, not even the bodies of existing methods were changed).