Hi all,
I am generating the server-side code from a wsdl with wsdl2java which generates the corresponding java classes and the service.xml. Now I am changing the service.xml to add some handlers, messagereceiver, etc. When some methods are added to wsdl, I am generating the code again with wsdl2java and it replaces my service.xml which means I lose all my changes of it. Is there a way to automatically synchronize the old service.xml with the new one? Thanks, Matthias.
