How would you go about deprecating an old web method and replace it with a new one?
Anonymous
Implement an Adapter by creating an adapter or wrapper function that translates calls to the old method into calls to the new method.
Check out your Company Bowl for anonymous work chats.