I have the following requirements and thinking about how to best get java objects from a WSDL.
- XML data comes from a public SOAP Webservice
- I have to use JAXB
- I want to automatically unmarshall the retrieved data to Java objects
Ideally I'd like to have java objects using JAXB Annotations. Are there any tools that I could combine to autogenerate these?