Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Parameter name in wsdl: part name=".." instead of "in0"?

843833Apr 26 2005 — edited Apr 22 2008
Hi,
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2008
Added on Apr 26 2005
3 comments
163 views