I need to generate classes from xml that doesn\'t provide a schema. I understand this is near useless, but the fact is we have xml, it\'s structured, and we should be able t
There are many tools available (a quick google search should fetch you some) that can generate XSD from XML assuming string type for almost everything. You should be able to use that XSD to run JAXB to get classes.