Hi all,
I've tryed the servicemix-cxf-bc binding component, to substitute my old
servicemix-http endpoints, in some processes that i have already developed.
One of the main difference when using SOAP with these endpoints is that
the two
seems to use different approach in marshalling the SOAP message to
NormalizeMessage.
From a previous post in this lists it seems CXF-BC is using jbi
wrapper, instead the old
http endpoint seem to not use it, so this need that i've to change all
previous developed
process, so to remove the "jbi wrapper".
Is there any configuration parameters where i could say the CXF-BC not
to use the
jbi wrapper?? Or i need to change all processes??
The solution i find is to put a groovy endpoint after the cxf-bc to
remove the jbi-wrapper part, but
i'm interested to know if there's another solution.
Andrea