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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...