CXFers, Is there a way to forward a message to a *remote* web service?
Similar to what is done here: http://cxf.apache.org/docs/service-routing.html, but I am interested in forwarding the message off box to a remote web service from the interceptor. I noticed that there is a documented way to do this using camel: http://camel.apache.org/cxf-proxy-example.html... but I am interested in doing it using just CXF and interceptors. tia, rouble
