I have a pretty large set of Java classes, many that stem from each other. I want to know how to specify in the java code (with an annotation) when a ...
I generated classes using xjc, and I am trying to process the following XML doc. I am getting the error:
javax.xml.bind.UnmarshalException: Unexpected end of element {http://schemas.xmlsoap.org/soap/envelope/}:Body
So I want to have a list to be annotated with @XmlElements like the following
@XmlElements( { ...