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