If I have a custom data type that is (de)serialized with the BeanSerializer and one of the properties of the bean is an int, how can I specify that it is restricted to a set of integers (i.e. define a restriction base in the WSDL)?
I had asked another question about making an element so that it can't be nillable. If I can specify minOccurs and maxOccurs, wouldn't that accomplish the same thing? If so, how can I specify min and max occurs? Is there any way accomplish either one of these short of writing the WSDL by hand? Thanks. Tony