Eric, what does the corresponding WSDL look like?
> For example, this method defined on my server works fine: > > public Collection list(final String username, int startingTask, int total, > boolean directionForward) throws Exception; > > The returned Collection contains n Maps.