A wrapped method that takes an object and an array of those objects, in
JAX-WS, yields the following. Not the lack of nillables.
This would seem to indicate that you can't pass a null in one of the array
slots, which in turn means that the above-captioned test is wrong and I
should fix it.
<xs:complexType name="beanFunction">
<xs:sequence>
<xs:element minOccurs="0" name="bean1"
type="ns1:testBean1"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="beanArray" type="ns1:testBean1"/>
</xs:sequence>
</xs:complexType>