On Thu, Dec 6, 2012 at 12:18 PM, Ockleford Paul (NHS CONNECTING FOR
HEALTH) <paul.ocklef...@nhs.net> wrote:
> Hi,
>
> Thanks for the example, using your method, is it still possible to poll from 
> the client to find out when the job has finished in the same way most of the 
> examples online describe?
>
> Eventually what I need to end up with is a service which is asynchronous but 
> when the server side job has finished processing it will end up returning a 
> .csv file.
>

I myself would not use async services to return a result, I would send
the result somehow from the service side, ymmv.

I've used the axis2 async stuff before and If I had to again for
non-technical reasons, a good place to start would be some developer
code using it, I'd try this before jax-ws:

http://www.infoq.com/news/2007/12/axis2-async

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to