You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Thilo Frotscher <th...@web.de> on 2003/12/27 14:16:42 UTC

Bug? JAX-RPC handler behaviour different on client and server - Please clarify

Hi,

third (and last for today :-) possible bug I would like to submit for
clarification.

On the server, JAX-RPC handlers are called between global chain and 
service-specific chain (see class SOAPService). On the client, JAX-RPC
handlers are called between global chain and transport chain (see
class AxisClient). This causes problems if multiple handlers are used,
and the order of the handlers is not cummutable. Shouldn't JAX-RPC
handlers be called between service chain and global chain on the
client as well?

Thanks,
Thilo