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.
- C -----Original Message----- From: James Black [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 3:09 PM To: [EMAIL PROTECTED] Subject: Re: Lost service method parameter names when deploying Chris wrote: >I suppose I never actually tried -i. I was using Java2Wsdl on an interface, >in which case -i doesn't help, but is -i required to retain param names from >code built with debug info? If so, then perhaps that was Rey's problem (and >future posters!). If that's the case then I'll know not to pounce on every >"Param Name Retention" question with the No Debug Info In Interfaces spiel. > You just have to remember to use the -g flag when you compile the implementation source, else it won't work. -- "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
