Web Services API Versioning
        Posted  
        
            by Paul Izzy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Paul Izzy
        
        
        
        Published on 2009-11-05T09:21:38Z
        Indexed on 
            2010/03/13
            4:37 UTC
        
        
        Read the original article
        Hit count: 444
        
I offer a small Web Services API to my clients which I plan to evolve over time. So I need some sort of versioning, but I can't find any information about how you do something like that.
Is there a best practise?
How can I keep adding new functionality without breaking compatibility with the web services consumers?
© Stack Overflow or respective owner