>
> 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 si
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 fini
On Thu, Dec 6, 2012 at 12:07 PM, robert lazarski
wrote:
> On Thu, Dec 6, 2012 at 11:38 AM, Ockleford Paul (NHS CONNECTING FOR
> HEALTH) wrote:
> public void execute(final Long deptID, final String message, final
> Boolean forceRunExecute, final String uuid) throws Exception {
Oops, that shou
On Thu, Dec 6, 2012 at 11:38 AM, Ockleford Paul (NHS CONNECTING FOR
HEALTH) wrote:
>
> I really need to know where I am going wrong with this because I am
> completely out of ideas and I have read just about every web page I can find
> related to creating asynchronous services and I still can’t
les email peuvent facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
From: [email protected]
To: [email protected]
Date: Wed, 5 Dec 2012 16:22:00 +
Subject: RE: Async services
I thought I might as well add the
aul (NHS CONNECTING FOR HEALTH) [mailto:[email protected]]
Sent: 05 December 2012 15:10
To: [email protected]
Subject: Async services
---
This message was sent from an email address external to NHSmail but gives the
appearance of being from an NHSmail (@nhs.net) address. The recipient should
verify
Hi,
I am trying to create a service which exposes asynchronous methods in the same
way as this document describes:
http://axis.apache.org/axis2/java/core/docs/jaxws-guide.html#Async
I am having quite a lot of trouble getting either of the examples to work.,
even trying to expose a method with