RE: More questions on async service

2012-12-17 Thread Ockleford Paul (NHS CONNECTING FOR HEALTH)
I don't have much to add on your new questions except to say you may be mixing axis2 async implementations. Anything with jaxws in its package name is standard with implementation inside and outside of axis2. Its been several years but the last time I coded async services, I followed the axis2 gui

Re: More questions on async service

2012-12-17 Thread robert lazarski
On Mon, Dec 17, 2012 at 12:28 PM, Ockleford Paul (NHS CONNECTING FOR HEALTH) wrote: > > My second problem is that I would like to make the service truly > asynchronous by setting property “org.apache.axis2.jaxws.use.async.mep” to > true but I don’t see how it’s possible to do this using the object

More questions on async service

2012-12-17 Thread Ockleford Paul (NHS CONNECTING FOR HEALTH)
Hi, I am still pretty confused by the whole async services with axis 2. I bought deepaks book purely for this but it really doesn't go into any detail and looks to be pretty much the same as the axis documentation. I have created a very basic service which echoes a string, it's just a single me