This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
AXIS - wsdl with meaningful parameter names instead of in0,in1...?
Elise Pivin
Greenhorn
Joined: Apr 28, 2005
Posts: 5
posted
0
Hi, In Axis, I have just realized that the wsdl files (found using Tomcat Web Application Manager) automatically generated by my application contained: ==================== .... <wsdl:messagename="NEMOmodifica_nemonicoRequest"> <wsdl art name="in0" type="xsd:string" /> <wsdl art name="in1" type="xsd:string" /> </wsdl:message> ... ===========================
Now, I would like to have the parameter names instead of in0 and in1 like I have defined it in the routine: public ObjResultadoBasico NEMOmodifica_nemonico(String p_nemonico_old, String p_nemonico_new)
Is there a way I could do it automatically? I mean, how can I generate wsdl with meaningful parameter names instead of in0,in1...?
I think there might be a way of doing it. I think that the people working previously on this project managed to do it.... but there were using specific tools/builder. I am not using anything. I compile using a self-written script.. it might be the problem, I don't know!
Could you help! Thank you Elise
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
Celia, welcome to JavaRanch,
We have a simple policy here that all posters should comply with regarding their name. Would you please take a minute and read the JavaRanch naming policy and correct your name accordingly. You can change it by following this link.