Hi there,
I set a criterion array for campaignEstimateRequest,the array has some objects including Location,Language,Gender,AgeRanges and etc.Then,I received an error like this,
"Unmarshalling Error: cvc-elt.4.2: Cannot resolve 'ns16:Gender' to a type definition for element 'criteria' "
The Gender class is also extend from Criterion.Why I can't use other criterias except Language and Location.