jibx - using FLEXIBLE="TRUE" attribute in binding file
hi!
i have problem using FLEXIBLE="TRUE" attribute in jibx binding file. Actually this attribute is used for ignoring extra element.
problems:
problem 1: This attribute is ignored on a collection element.
problem2: If structure is defined as below
<structure field="event" flexible="true" usage="optional">
then it gives following error
All child components must define element names for flexible='true';
so, structure element is written as follows:
<structure field="event" name="" flexible="true" usage="optional">
then this error is solved but it wont populate corrosponding field in object.
please, help me to solve these problems.