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
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
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