By the way will the invoker work when I will call the WS over Apache Yoko CORBA Binding? I mean will the request be already translated from CORBA types to WS/Java types?
2007/7/17, Lukas Zapletal <[EMAIL PROTECTED]>:
Thanks. And how do I create a DummyService? I mean a service that has no methods and exists only for the invoker... 2007/7/17, Jim Ma <[EMAIL PROTECTED]>: > 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 > > > -- Lukas Zapletal http://lukas.zapletalovi.com
-- Lukas Zapletal http://lukas.zapletalovi.com
