Hi i think the solution should be somewhat like
| @WebMethod | public int addNumbers( | @WebParam(name = "myParamName1") int num1, | @WebParam(name = "myParamName2") int num2 | ) | regards Stefan Schueffler View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134486#4134486 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134486 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
