Answer the question
In order to leave comments, you need to log in
Is it possible to bypass the error of excessive nesting with the xml structure using jaxb annotations?
Hello comrades!
It so happened that xml comes to the soap client with approximately the following piece
<...>
<linked_documents>
<linked_documents_items>
<linked_documents_item>
<uid>232323</uid>
<extension>pdf</extension>
<size>16387013</size>
<id>64623</id>
<name>тест</name>
<date/>
</linked_documents_item>
<linked_documents_item>
<uid>3455131</uid>
<extension>pdf</extension>
<size>354617</size>
<id>168413245345587</id>
<name>Тестовое наименование файла в связанных документах</name>
<date>1470000000</date>
</linked_documents_item>
</linked_documents_items>
</linked_documents>
<...>
private List<LinkedDocument> linkedDocuments;
private String id;
private UUID uid;
private String extension;
private int size;
private String name;
private Integer date;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question