Hello, I need to set up invoker for my service but I cant find the proper XML tags for the configuration in the documentation:
http://cwiki.apache.org/CXF20DOC/jax-ws-configuration.html How to do this? And if I like to do this from the code where should I put it? I mean when CXF run as Servlet I have no clue where to put this code: Endpoint e = Endpoint.publish(...); e.setInvoker(new MyInvoker()); My first idea were to create my very own servlet that will override CXFServlet.init method (and nothing else). Is this a standard way? Thank you -- Lukas Zapletal http://lukas.zapletalovi.com
