Re: Activating WS-Addressing dynamically on selected service

2014-11-25 Thread Manu
quot; >>>> implementor="com.example.customerservice.server.CustomerServiceImpl"> >>>> >>>> >>>> >>>> >>>> >>>> ... >>>> >>>> >>>

Re: Activating WS-Addressing dynamically on selected service

2014-11-25 Thread Manu
ot;customer:CustomerServiceEndpoint" >>> implementor="com.example.customerservice.server.CustomerServiceImpl"> >>> >>> >>> >>> >>> >>> ... >>> >>> >> serviceClass="com

Re: Activating WS-Addressing dynamically on selected service

2014-11-25 Thread Manu
vice.CustomerService"> >> >> >> >> >> >> Regards, >> Andrei. >> >> > -Original Message- >> > From: Manu [mailto:mekt...@gmail.com] >> > Sent: Dienstag, 25. November 2014 09:41 >

Re: Activating WS-Addressing dynamically on selected service

2014-11-25 Thread Manu
; > > -Original Message- > > From: Manu [mailto:mekt...@gmail.com] > > Sent: Dienstag, 25. November 2014 09:41 > > To: users@cxf.apache.org > > Subject: Re: Activating WS-Addressing dynamically on selected service > > > > Yes I've seen

RE: Activating WS-Addressing dynamically on selected service

2014-11-25 Thread Andrei Shakirin
> From: Manu [mailto:mekt...@gmail.com] > Sent: Dienstag, 25. November 2014 09:41 > To: users@cxf.apache.org > Subject: Re: Activating WS-Addressing dynamically on selected service > > Yes I've seen those lines but my services are declared through Spring ... > > > Le T

Re: Activating WS-Addressing dynamically on selected service

2014-11-25 Thread Manu
upled endpoint through anonymous address. > > Regards, > Andrei. > > > -Original Message----- > > From: Manu [mailto:mekt...@gmail.com] > > Sent: Montag, 24. November 2014 16:39 > > To: users@cxf.apache.org > > Subject: Re: Activating WS-Addressing dynamically

RE: Activating WS-Addressing dynamically on selected service

2014-11-25 Thread Andrei Shakirin
h off the decoupled endpoint through anonymous address. Regards, Andrei. > -Original Message- > From: Manu [mailto:mekt...@gmail.com] > Sent: Montag, 24. November 2014 16:39 > To: users@cxf.apache.org > Subject: Re: Activating WS-Addressing dynamically on selected se

Re: Activating WS-Addressing dynamically on selected service

2014-11-24 Thread Manu
ing appropriate endpoint address into > "org.apache.cxf.ws.addressing.replyto". > > Regards, > Andrei. > > > -Original Message- > > From: Manu [mailto:mekt...@gmail.com] > > Sent: Montag, 24. November 2014 10:59 > > To: users@cxf.apache.org > > Sub

RE: Activating WS-Addressing dynamically on selected service

2014-11-24 Thread Andrei Shakirin
ppropriate endpoint address into "org.apache.cxf.ws.addressing.replyto". Regards, Andrei. > -Original Message- > From: Manu [mailto:mekt...@gmail.com] > Sent: Montag, 24. November 2014 10:59 > To: users@cxf.apache.org > Subject: Re: Activating WS-Addressing dynamically o

Re: Activating WS-Addressing dynamically on selected service

2014-11-24 Thread Manu
> instance or remove corresponded interceptors from existing client. > > Regards, > Andrei. > > > -Original Message- > > From: Manu [mailto:mekt...@gmail.com] > > Sent: Montag, 17. November 2014 14:17 > > To: users@cxf.apache.org > > Subject: Re: A

RE: Activating WS-Addressing dynamically on selected service

2014-11-18 Thread Andrei Shakirin
t; To: users@cxf.apache.org > Subject: Re: Activating WS-Addressing dynamically on selected service > > I looking at adding manually the interceptors. > On what should I add thoses interceptors ? On the endpoint ? Can I had those > only for the current exchange ? > We want to acti

Re: Activating WS-Addressing dynamically on selected service

2014-11-17 Thread Manu
I looking at adding manually the interceptors. On what should I add thoses interceptors ? On the endpoint ? Can I had those only for the current exchange ? We want to activate WS-Addressing dynamically based on a context property (a context we manage). The asynchronous feature needs to be activated

RE: Activating WS-Addressing dynamically on selected service

2014-11-11 Thread Andrei Shakirin
Hi, There are some options to do that: a) You can add features into client factory: JaxWsProxyFactoryBean factory = new JaxWsProxyFactoryBean(); factory.setAddress("http://acme.come/some-service";); factory.getFeatures().add(new WSAddressingFeature()); MyService client = (MyService) factory.create