Hey everyone!
I would need to get the node names (not the root but whatever child the root might have) from an xml. I'm using jaxb to unmarshall, so i was wandering if there was any way to use the already generated classes to get the node name or if i could generate adequate classes by changing something in the generation options.
Thanks in advance