0 Replies Latest reply on Dec 13, 2006 5:59 PM by david.k.win

    Easy way to change generated parameter names from wstools?

    david.k.win

      hey guys

      Sorry, if this has been asked before but my searches turned up nothing really useful. The annotation @WebParam does not seem to be picked up by wstools.

      for example

      @Webmethod
      public void foobar ( @WebParam (name="myValue") int myValue)

      when generated by wstools, seems to set myValue as Int_1 as opposed to myValue. Is this a bug?