Hi Aoife Kavanagh
I am not very sure but you can open the
axis.jar where you can get client-config.wsdd. In this file all the handlers on
the client side are declared. If you remove the declarations here the handlers
will not be called.
Thanks
Vineet Singh,
Software Engineer,
Web
om: Dorner
Thomas
To: '[EMAIL PROTECTED]'
Sent: Thursday, July 15, 2004 1:26 PM
Subject: AW: client side
handler undeployment
Hi Vineet Singh,
what is global configuration???
Ahh I read your post again and see, you have add the handlers in the
axis.jar / clien
getting
called up.
Thanks
Vineet Singh,
Software Engineer,
Web Services Centre Of Excellence,
Software Engineering Technology Labs, Infosys Technologies Ltd,
Bangalore, India
Phone: +91 80 51059504. Mobile:9886380218.
URL: http://setlabs/wscoe (Infosys Intranet)
-Original Message-
F
Hello Tomi,
Thanks for replying.
I was not referencing the client-config.wsdd any where in my program. I had declared
handlers in global configuration. This was invoking the handlers for all the client
calls for any service.
Vineet Singh,
Software Engineer,
Web Services Centre Of Excellence
even now the handlers get invoked when a client program runs. The
handlers were declared as global handlers. What can I do to stop the
invocation of handlers?
thanx
Vineet Singh,
Software Engineer,
Web Services Centre Of Excellence,
Software Engineering Technology Labs, Infosys Technologies Ltd
Hi all
how can i get the soap header from MessageContext. i have tried to get the SOAPPart
then SOAPEnvelope and the SOAPHeader. i am tryibg to implement this in a log class
which extends the basis handler class.
thaks in advance
vineet
> >
> >
> >
> > You can mantain sessions between the client and server ... take a look
at
> > how
> > org.apache.axis.handlers.SimpleSessionHandler works ...
> > here's an article describing sessions.
> >
hi all
I need to implement the following case, need some help in what way that can be done.
I want to check if the same client is firing the request or a different client for a
given web service.
if it is the same client how to identify it?
I want to keep most of the implementation on the serv