Hello, I'm trying to implement the following: Client calls a service which resides in the Web tier of my application. The Web tier needs to check some soap header and forward this soap message verbatim to an appropriate remote application server which actually implements the service. The Client to Web communication is over http, while Web to App Server is over JMS. I saw a very nice example of service routing within the same hosting server (http://cxf.apache.org/docs/service-routing.html) which is not my case. I also saw some example that does exactly that using Apache Camel but I'd like to know whether there is a more straightforward solution.
Thanks, Dmitry -- View this message in context: http://cxf.547215.n5.nabble.com/Proxying-a-service-call-tp5095484p5095484.html Sent from the cxf-user mailing list archive at Nabble.com.
