You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Aki Yoshida <el...@gmail.com> on 2015/06/01 00:33:50 UTC

Re: Trigger another webservice after response has been sent

I am not sure what has to take place in which order.
You can probably do some simple stuff within CXF, but you can also
consider using Apache Camel's CXF component which allows you to do
more complex stuff.


2015-05-28 7:02 GMT+02:00 Christian Krenn <kc...@gmail.com>:
> Hello!
>
> A customer wants me to call another webservice after a successful
> request/response has been sent.
> I know it does not make any sense since he could use the response for
> checking if the request succeded.
> The current problem is that the customer receives the acknowledge before
> the initial request has been sent.
>
> How to do that with the cxf architecture without using threads? Is there
> some hook where I can register, or a Interceptor that runs afterwards?
> Thanks in advance.
>
> Best wishes
> Christian