Does somebody has any good idea about the strategy to adopt for versioning an API exposed as a webservice?
My first idea is to add the version of the WSDL in the target namespace, something like:
urn:v1_0.myservice.mycompany.com
but there might be a nicer solution for that.
Can somebody provide any links to some documentations, discussions, etc ... about this topic?
Thanks. Patrick.