hello, I have a problem when I expose a service with ws binding. When I want to return a collection of elements, if I use a List type the web service invocation return only 2 elements of the list (when I use LinkedList) or an empty collection (when I use Array). I suppose the problem is in the implementation of the web service with axis2. It's that right? How can I change the configuration of axis to return all the elements of the List?
thanks, Mariano
