Hello All, I'm writing a client handler (implementation of javax.xml.rpc.handler.Handler) which modifies a soap message on request and response. The problem I've encountered is that axis creates a new instance of the handler on request and response, so I cannot share anything between the calls (message trip). Exactly same code is running on the server side (tomcat+axis) and the same instance handles handleRequest() and handleResponse() methods perfectly .
Am I missing something ? Why does Axis have a different behavior on client side ? I'd appreciate any help. Please. Best regards, Timour
