Rob Beers wrote: > I realize I can't return an empty array of beans back to a c# client so I am > trying to return null when the array is empty.
try to make a bean that signifies empty, with a array of one element, or throw an exception in this case.
