Hi hackers, I've created a ws server stub (-server -impl) and added my code in the generated *Impl class, that implements my server reply to the ws call. Now, if I rerun wsdl2java (because the wsdl changes, ...) that class is overwritten and my code is lost. With axis' wsdl2java this did not happened, but rather I got "....Impl.java already exists, WSDL2Java will not overwrite it"
I don't want to use -keep because it keeps too many classes, included the interface, I just want to have my Impl class untouched. Is it possible? Am I missing something? -- View this message in context: http://cxf.547215.n5.nabble.com/Wsdl2java-overwrites-my-implementation-class-tp5710048.html Sent from the cxf-user mailing list archive at Nabble.com.
