[jboss-user] [JBossWS] - @WebService method argument names

rcarmichael do-not-reply at jboss.com
Wed Mar 5 09:10:21 EST 2008


If I've got an EJB3 Bean with @Stateless and @WebService defined with a method like:

  | addNumbers(int num1, int num2)
  | 

the WSDL generated will simply call the arguments arg0 and arg1. Is there a way to force the WSDL generated to actually use the proper argument names? In this silly case it isn't important but it is confusing for my web service users not to know the argument names.

Thanks!
- Ryan

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134266#4134266

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134266



More information about the jboss-user mailing list