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

schueffi do-not-reply at jboss.com
Thu Mar 6 04:10:57 EST 2008


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



More information about the jboss-user mailing list