RE: Client side handlers not being removed

2004-07-20 Thread Vineet Singh
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

RE: client side handler undeployment

2004-07-15 Thread Vineet Singh
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

RE: client side handler undeployment

2004-07-15 Thread Vineet Singh
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

RE: client side handler undeployment

2004-07-15 Thread Vineet Singh
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

client side handler undeployment

2004-07-14 Thread Vineet Singh
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

Getting header from MessageContext

2004-04-30 Thread Vineet Singh
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

RE: Session

2004-04-29 Thread Vineet Singh
> > > > > > > > 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. > >

Session

2004-04-26 Thread Vineet Singh
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