Hello,
I find it very useful to generate a WSDL and then automatically create the code from it. However, when I need to update my web service (add new function / parameter to an existing function) - is it possible to only update the WSDL and then synchronize the code against it? Updating the code is inconvenient and regenerating the entire skeleton as new from the WSDL would (obviously) overwrite the class and require me to re-enter all the functions already implemented. Thanks in advance, Yoav
