Posts by Diego Arantes • 1 point
2 posts
-
0
votes1
answer228
viewsA: How to convert XML with a repeated element to the Java object (JAXB)
After spending the day beating myself, I found where the problem was My Auction List was nestled directly in the Root (INFO-XML), in fact I just moved into the Answer and everything worked. My class…
-
0
votes1
answer228
viewsQ: How to convert XML with a repeated element to the Java object (JAXB)
I’m having a problem converting an XML file to Java Object. This is my XML file that I receive through Webservice: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"…