The Artima Developer Community
Sponsored Link

Web Services Forum
How can I build a WSDL with meaningful names instead of in0?

2 replies on 1 page. Most recent reply: Aug 8, 2005 2:14 AM by simon sew

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Elisabeth

Posts: 5
Nickname: celia05es
Registered: Apr, 2005

How can I build a WSDL with meaningful names instead of in0? Posted: Apr 27, 2005 4:55 AM
Reply to this message Reply
Advertisement
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:part name="in0" type="xsd:string" />
<wsdl:part 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


Elisabeth

Posts: 5
Nickname: celia05es
Registered: Apr, 2005

Re: How can I build a WSDL with meaningful names instead of in0? Posted: May 17, 2005 8:31 AM
Reply to this message Reply
Problem solved compiling with the -g option.

simon sew

Posts: 1
Nickname: simon82
Registered: Aug, 2005

Re: How can I build a WSDL with meaningful names instead of in0? Posted: Aug 8, 2005 2:14 AM
Reply to this message Reply
Hi there, where do u find the -g option...
I'm having the same problem as u..

Flat View: This topic has 2 replies on 1 page
Topic: How to get integer values using jsp tag library Previous Topic   Next Topic Topic: Web Services for Axis

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use