IS Schema Validation

We are validating XML against IS schema we have some mandatory fields (minoccurs = 1). we have to enviroments Test and Assembly enviroments.

We are receiving XML with mandatory fields empty () in the Test enviroment we give something similar than the next exception : “Field lenght is less than minimun and bigger than maximum” but in the Assembly enviroment the Validate (parameter Fail if error = true) function doesn’t raise exception. The flows and IS schemas are exactly the same.

Could someone help us? Is possible to be an IS schema’s parameter?

thanks is advance

Check to make sure ignoreContent is not set to true in the Assembly environment.

Regards,
Theo