RE: Naming of parameters in generated WSDL

2004-04-02 Thread Ekbote, Niranjan
Title: RE: Naming of parameters in generated WSDL I think thats what I said below. Compiled interfaces and abstract class do not have that much information in the class files for axis to use reflection and find out parameter names. That is the java compiler does not include this parameter

RE: Naming of parameters in generated WSDL

2004-04-02 Thread Yakulis, Ross (Ross)
oss -Original Message-From: Yakulis, Ross (Ross) Sent: Friday, April 02, 2004 9:02 AMTo: '[EMAIL PROTECTED]'Subject: RE: Naming of parameters in generated WSDL I remember that used to work, but I do not believe this works any longer. Though I would like

RE: Naming of parameters in generated WSDL

2004-04-02 Thread Yakulis, Ross (Ross)
: Naming of parameters in generated WSDL I believe there is a "-i" switch for java2wsdl which takes the name of the class that implements the interface you are using to generate the WSDL. The dedug info for that class is used to get the parameter names. Also when you compile

RE: Naming of parameters in generated WSDL

2004-04-02 Thread Ekbote, Niranjan
le it with debug turned ON. Else even this "-i" won't work.   Thanks!   -- Niranjan.   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 10:47 AMTo: [EMAIL PROTECTED]Subject: Naming of parameters in generated

Naming of parameters in generated WSDL

2004-04-02 Thread Thomas.Duehrsen
Title: Naming of parameters in generated WSDL Hi all I have a simple document/literal WS. I use java2wsdl Ant task to generate a WSDL from my interface class which represents the service. Previously, the names used for the parameters in the WSDL matched the names of the parameters i use in