SOAP web service evolution
        Posted  
        
            by Thilo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Thilo
        
        
        
        Published on 2010-04-01T02:04:49Z
        Indexed on 
            2010/04/01
            11:53 UTC
        
        
        Read the original article
        Hit count: 448
        
Are there any guidelines/tutorials as to how to handle the evolution of a SOAP web service?
I can see that changing existing methods or types would probably not work, but can I just add new methods, complex types, enumeration values without breaking existing clients?
© Stack Overflow or respective owner