The WSDL2Java emitter will not overwrite an existing Impl file if it sees one in the output directory.
You shouldn't have to copy and paste... -- Tom Jordahl Macromedia -----Original Message----- From: Hozefa Botee [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 7:55 PM To: [EMAIL PROTECTED] Subject: source control and wsdl2java folks, the axis user guide, as well as some other info I've found online suggests that when using WSDL2Java, one should write the webservice implementation into the *SoapBindingImpl.java file that is generated. how are people dealing with source controlling this file once the implementation is written. for the moment, I have made this file into a Holder for my own class, but it's still a pain to copy and paste code while I am developing and testing. Hozefa