Re: Async services

2012-12-06 Thread robert lazarski
> > 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

RE: Async services

2012-12-06 Thread Ockleford Paul (NHS CONNECTING FOR HEALTH)
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

Re: Async services

2012-12-06 Thread robert lazarski
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

Re: Async services

2012-12-06 Thread robert lazarski
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

RE: Async services

2012-12-05 Thread Martin Gainty
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

RE: Async services

2012-12-05 Thread Ockleford Paul (NHS CONNECTING FOR HEALTH)
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

Async services

2012-12-05 Thread Ockleford Paul (NHS CONNECTING FOR HEALTH)
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