minLength constraint is not working

Hi ,

I am working on XSD schema validation. I have put minLength constraint to 1. Even though when i am passing an xml file with blank tag, pub.schema.validate service is not returning error.This is for a string of simple type. Please let me know if i have missed any fixes or any thing.Appreciate your help on this.

I am testing on webMethods 6.5 SP2.

Thanks in Advance.
Rajesh :?

blank tag wont work but try with Is Nillable=false and complex type possibly.

HTH,
RMG