I had decided to go a different route to get from my CXF service, through a
CXF proxy to an external web service. I have a CXFProxy that sends a message
to my registered http:endpoint that is a provider. This appears to work,
and forward a soap request to a 3rd party URL, but it appears that it's
trying to actually send a jbi message to the third party service. I'm
guessing this means I would need to use the CxfBcProvider, but I haven't
been able to figure out how to configure it so that it will forward my
request to a third party web service. Are there any examples using it? I
didn't see any unit tests.