I have to access a flawed web service where some fields in the WSDL have type xs:date but I have to fill them as xs:dateTime. Is it possible to use JAXB Bindings files to change the type of fields
Tag: JAXB
Use reflection (not JAXB) to convert XML to existing Java Bean
The intent of this question is the same as in this SO question, except that I tried to implement it without JAXB. But use the reflection used by JAXB.
XML is just a data source, I need Extrac
XML – JAXB and XLINK – Friends or enemies?
I want to build a rest service through cxf.
This has been done with only two objects “Earthpart” and “Earthquake”.
When I call localhost / earthpars When, I will get an xml list of the earthquake