I think you have to configure your own invoker for each service you want to track . If there are many services you need to configure , I think you can modify the JaxWsServerFactoryBean to use your own invoker . By default , JaxwsServerFactoryBean will create JAXWSMethodInvoker and set it for Service , you can replace it with your own
invoker . Then each service will use your invoker to track the request.

Cheers

Jim


Lukas Zapletal wrote:
Hello,

I need to create a service that will accept all incoming requests and
relay them to other web service. It seems Invoker can help me over
here. Is it possible to register some global invoker or do I have to
create endpoint+invoker for each service I want to track?

Thanks for help

Reply via email to