Parameter name in wsdl: part name=".." instead of "in0"?
843833Apr 26 2005 — edited Apr 22 2008Hi,
In Axis, I have just realized that the wsdl generated contains:
====================
- <wsdl:message name="NEMOmodifica_nemonicoRequest">
<wsdlart name="in0" type="xsd:string" />
<wsdlart name="in1" type="xsd:string" />
</wsdl:message>
===========================0
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)
I am sure there is a way of doing it (since the people before me did it) but I don't know how. Is it a compilation option?
Thank you
Elise