Guys, why are we generating "beans" for things like integer arrays? When a WSDL indicates an "ArrayOfInt" type, that's just shorthand which is necessary because we need a way of "subclassing" SOAP arrays to type them in schema-land. We should be just using "int[]" in this case, no?
--Glen