Harald Pollak wrote:
A jax-rpc handler chain can only handle jax-rpc handlers but axis can deal with both
That's true.
> and jax-rpc handler are allways global and not service spezific.
That's not true. JAX-RPC handlers are service specific in Axis. Thus, I am wondering why they are invoked after the Global Chain on the client.
Anyway, it's confusing that the order of handler invocation is different on client and server, isn't it?