5 Replies Latest reply on Apr 23, 2008 8:35 AM by dlofthouse

    @WebService method argument names

    rcarmichael

      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