I have a web service and one client application that's using it.
Now I want to add a new operation in this WSDL for a new client. There is no impact on the existing operations of the WSDL. Only a new operation is being added.
Is it required to recompile the existing client after this change?