Hi Timour, Are you sure this happens ?
Look at server_confing.wsdd and client_config.wsdd files and check whether there is a difference between the way you have deployed the handler on server and client. Regards, Dimuthu. ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 31, 2003 2:28 AM Subject: Urgent. Axis client handler help ! > 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 > > > > > >