Hi All,
I have a schema imported where for one of the field “ProjectType” Required is “true” and allow null is “false”.
When I’m posting the xml from soapui as below
a ---- > schema validation is “true” . Which is expected
But if I pass as (empty tag) -----> schema validation is true. This should have failed validation as constraint “allow null” is false.
Please advice on this.