On Dec 20, 2007 5:44 PM, Mariano Kohan <[EMAIL PROTECTED]> wrote: > 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 > Hi Mariano
Can you provide a example of this problem. If you can't provide the whole thing then the service interface that you are using would be good (or a sample interface that has the same types)? It sounds like it could be something wrong with either the way interface definitions are being generated or in the way that data is transformed and marshalled across the wire. The easiest thing is if you can provide an example that doesn't work that can be debugged. Thanks Simon Simon
