RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Curt P. Stanton
s.  ( do you think that this could be an issue?) 2.  After this I use WSDL2Java  to generate the proxies again using a command line command    I would appreciate any help.   Regards   Sagar   -Original Message- From: Curt P. Stanton [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 10:

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Curt P. Stanton
method parameter names you need to supply the implementation class.  It reads the param names from the implementation.   marcus -Original Message- From: Curt P. Stanton [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 7:47 AM To: AxisList Subject: Java2WSDL ant task

Java2WSDL ant task not keeping method param names

2004-10-08 Thread Curt P. Stanton
I am using ant 1.6.1 in eclipse 3.0   Here is the task I am running   I have tried this with axis 1.1 and 1.2alpha It seems that no matter what I try, I cannot get the method names to be supplied.  I am not sure if it is no storing the debug info properly when compiling or if the jav