0 Replies Latest reply on Jun 26, 2007 8:31 AM by sdwfxsf

    How to return List?

    sdwfxsf

      I develop the web service programme use java in both server and client.
      I use the annotation to expose the method as service.There's a method in server which return a List type.I use the tool named wsconsume to generate the code of client.It generated the ArrayList class of itself and the return type of the mapping method is this ArrayList,but the ArrayList contains nothing.When I invoke this method,it returned an object with nothing.And I also change this ArrayList to java.util.ArrayList,but get nothing too.So I want to ask if the server return a list type,how should I get the result.Thanks