I\'m using Apache CXF to generate classes from a WSDL file but they don\'t implement Serializable which is needed to put an object into a JMS queue. Is it possible to do thi
Binding files with root element work with jaxb:globalBindings only if your wsdl has a single schema. The problem is that jaxb:globalBindings is global so it can not be specified more than once.
If that is your case you can use the following bindings file with jaxb:bindings: