Hello Everybody,
I already use CXF service routing capabilities, as explained in
cxf.apache.org/docs/service-routing.html. However, now I would like to
redirect the WS invocation toward an endpoint that is published on another
(remote) server. In  this case, I can nolonger invoke the 

MessageObserver mo = targetServer.getMessageObserver();
mo.onMessage(message);

as explained in the example. 

I would like to perform redirection with CXF only (no apache camel routing).
I'm adopting a java first approach and I configure cxf programmatically (no
xml files).

Could anyone suggest me an example or share a hint?

Thank you!

matteo




--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-Service-Routing-to-Remote-Server-tp5713087.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to