Hi,

I have an existing service implementation with an existing data model in
Java that I need to publish in ServiceMix. Initially, I attempted a POJO
approach where I just put the service binaries into a servicemix-jsr181
component to establish the service. However, the resulting WSDL is
bloated, ugly and hard to use for our clients.

Therefore, I created a WSDL-first layer that provides access to the same
service, but with a leaner and cleaner interface. The ServiceMix tooling
generated a set of JAXB classes from the WSDL for me.

However, the problem that I am facing now is that the JAXB data model is
somehow related but not an exact match of my Java data model.

The question is: is there a neat and (rather) easy and customizable way
of converting between these two models?

For instance, could jibx be a possible solution? (I haven't worked with
it myself yet...)

Thanks in advance,
Ciao,
Philipp


This e-mail may contain confidential or privileged information. Any unauthorised
copying, use or distribution of this information is strictly prohibited.

Reply via email to