SOAP web service evolution
- by Thilo
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?