Hi, I'm rather new to cxf. I'm using cxf 2.2.3 in a Spring container running inside Tomcat 6.
My server is running behind a firewall, though. I would like to create a Web Service Gateway, that forwards my WS-calls to the appropriate server. So I got the idea, to set a request parameter (or alike) before actually sending the http-request. The Gateway can then read the target address from this request parameter and forward the request accordingly. Is is possible to create an interceptor, to attach such a parameter? In which phase would this interceptor have to work? Or is there a better way to attach information to the request, without actually altering the WS-definition (wsdl/xsd)? Greetings, Malte
