Disregard, I appears this 'is' working now. I used today's build. It could have been configuration. Not sure and no time to track down, but it is working now.
chris -----Original Message----- From: Peake, Chris Sent: Thursday, March 14, 2002 12:26 PM To: [EMAIL PROTECTED] Subject: parameter names on method not correct I see where fixes have been made to ClassRep.java and JavaUtils.java to have a method getParameterNamesFromDebugInfo which is 'supposed' to get the parameter names if the class file has been compiled with 'debug' info. But, on a mehtod like: public void doSomething(firstLong long, secondLong long) The 'first' parm names does get generated (i.e. firstLong) but the second parameter is 'always' in1 (i.e. not secondLong). This is important because the WSDL gets this name generated into it and then if you run WSDL2Java the client source code will have this 'meaningless' name. I've loaded tuesdays' build but this problem persists. Anyone having better luck on this? thanks, chris Chris Peake Computer Associates Software Engineer tel: +1 214 473 1375 fax: +1 214 473 1168 [EMAIL PROTECTED]