Hi, We have a lot of WS that were implemented using HTTP-binding of CXF 2.0.11, but when we tried to migrate CXF to 2.2.2 we found out that HTTP-binding do not pass params correctly. So we were trying to migrate those services to JAX-RS. The problem is that we need to keep the same XML messages format for backward compatibility. We tried with the three data binding providers that are in the jaxrs package XMLBeansElementProvider, JAXBElementProvider and AegisElementProvider, but none of them have the same XML format for messages that HTTP-binding has.
Is there a way to do so? I mean, to implement services with JAX-RS and use the same XML data binding that has HTTP-binding? Or a way to build the same XML messages? Of course, if there is a way to make HTTP-binding work in version 2.2.2 or 2.1.5, it will be the best solution. Thanks, Gabriel -- View this message in context: http://www.nabble.com/How-to-migrate-REST-HTTP-binding-to-JAX-RS-and-keep-the-xml-messages-format-tp24004576p24004576.html Sent from the cxf-user mailing list archive at Nabble.com.
