Serialize all mandatory tdbOwnerInfo members
commit6930f3ef7a97bdcb45615b6e1b4ed4dc5e6f5a93
authorPetr Písař <petr.pisar@atlas.cz>
Sat, 26 Dec 2015 18:16:58 +0000 (26 19:16 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Thu, 31 Dec 2015 15:29:10 +0000 (31 16:29 +0100)
treed698db4bb0dd52554568c2bc774e937c9f41cb1e
parent782315247f263edd02e5e7e21a734691a77cc3e1
Serialize all mandatory tdbOwnerInfo members

The XSD type requires all elements except `email' and `telNumber' elements.
Previously, these NULL memebers were omitted from the dbOwnerInfo tree. But
because XSD requires them, they are always serialized now.
src/isds.c
test/simline/isds_FindDataBox.c [new file with mode: 0644]