Hello.
I implemented method create_deep_entity and when call method read_entry_data, i get displacement data on 1 row for each level from 3.
For example,i have structure:
1
1_1
1_1_1
1_1_2
1_2
1_2_1
1_2_2
1_3
1_3_1
1_3_2
After call method read_entry_data a get in nested structure:
1
1_1
null
1_2
1_1_1
1_1_2
1_3
1_2_1
1_2_2
Have any idea about it?
Problem with in incoming XML, it has other form, than xml i send...