I agree with you in all points.
1. Its realy confusing that client and server chain are different.
2. If jax-rpx handlers are service spezific ( I have missunderstood somthing )-> the client should
allso act like the server.
So I allso think its a bug.
Harry
Am Do, den 11.12.2003 schrieb Thilo Frotscher um 15:16:
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?