Try the WSDL first approach. On 6/29/07, Petr V. <[EMAIL PROTECTED]> wrote:
Okay I figure out the issue but I have no solution. If your service is implementing some interface then the parameters are named as param0 and param1 of functions from interface. It has nothing to do with debug option. Is there any work around ?? Thanks *"Petr V." <[EMAIL PROTECTED]>* wrote: Thanks Davanum, I am using maven to compile my classes and by default debug flag is on for compiling code.I als opexplicitly set it true. Any more ideas please. Thanks, Petr *Davanum Srinivas <[EMAIL PROTECTED]>* wrote: It's a basic java problem. you can test it using javap command, if you compile a class with debug on, it stores the names of the parameters, if you don't then the class does not have that information. If the class does not have that information, then obviously we can't get it from the class when we construct the wsdl. thanks, dims On 6/29/07, Petr V. wrote: > Thanks for such a quick reply. > > Would you like to see the log or would it solve the problem. Is that known > problem with Axis2, some one in my team told me that it is known issue and I > did not believe him as this is such a basic issue. > > Thanks, > > Petr > > > Davanum Srinivas wrote: > compile your classes with debug option on before you deploy the classes. > > On 6/29/07, Petr V. wrote: > > I generated wsdl via Axis2 by accessing my service via URL and I see param > > names as param0 and param1 etc. > > > > I did not expect that, I was hoping to see my proper parameters name in > > wsdl. > > > > Can any one let me know please what is going on or is there any work > around. > > > > Thanks, > > > > Petr > > > > > > > > > > ________________________________ > > Shape Yahoo! in your own image. Join our Network Research Panel today! > > > > > > > -- > Davanum Srinivas :: http://davanum.wordpress.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > ________________________________ > Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. > > -- Davanum Srinivas :: http://davanum.wordpress.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ------------------------------ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket:<http://us.rd.yahoo.com/evt=48253/*http://mobile.yahoo.com/go?refer=1GNXIC>mail, news, photos & more. ------------------------------ Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now<http://us.rd.yahoo.com/evt=48223/*http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow>(it's updated for today's economy) at Yahoo! Games.
