Forum Discussion
christof
14 years agoOccasional Contributor
Hi Pradeep
Thanks for your response. That's kind of what this thread is about though, it's in the title.
It is a mandatory field, but nillable says it may be empty, which it is in the response.
I also tried it with like the following though, which also does not work (same schema assertion errors):
Can anybody else verify this in a testcase? Judging by omatzura's response, this shouldn't be an issue anymore?
Thanks,
Christof
Thanks for your response. That's kind of what this thread is about though, it's in the title.
It is a mandatory field, but nillable says it may be empty, which it is in the response.
I also tried it with like the following though, which also does not work (same schema assertion errors):
<xsd:element name="confirm_until" nillable="true" type="xsd:dateTime" minOccurs="0" maxOccurs="1"/>
<xsd:element name="confirm_until" nillable="true" type="xsd:dateTime"/>
Can anybody else verify this in a testcase? Judging by omatzura's response, this shouldn't be an issue anymore?
Thanks,
Christof