When you compile the implementation stub, which implements your interface, then that should be compiled with the -g flag, then when you use java2wsdl use -i.Not on interfaces . . . even with -g the information doesn't get saved. What I was wondering is even if you say -g when you build, do you have to say -i when you run Java2Wsdl.
Here is a part of my line:
java org.apache.axis.wsdl.Java2Wsdl --implClass edu.usf.acomp.axis.AxisLMSServerStub iT 1.2 edu.usf.acomp.axis.AxisLMSServer
AxisLMSServer is my interface and AxisLMSServerStub is the implementation class.
-- "We do not lose our identity in our relations with others; in part, at least, we achieve our identity by those relations." Tony Blair, 1993
