Hello Dimuthu,
Yes I'm sure :-) . WSDD files look similar , actually client wsdd file is
copy of server's one with small modification to classname parameter.
But with the help I got yesterday, I'm using MessageContext.properties to
share data between request and response. It works fine so I'll stick with
this approach.
Best regards,
Timour
"Dimuthu Leelarathne"
<[EMAIL PROTECTED] To: <[EMAIL PROTECTED]>
.mrt.ac.lk> cc:
Subject: Re: Urgent. Axis client
handler help !
10/31/2002 04:53 AM
Please respond to
axis-user
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
>
>
>
>
>
>