Re: Client side handlers not being removed

2004-07-20 Thread Davanum Srinivas
1) they are listed in client-config.wsdd the current directory. 3) add mailapi jar -- dims On Tue, 20 Jul 2004 08:50:47 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I'm having a few issues with client side handlers using Axis 1.2 beta. > > 1) Firstly i

Re: Client side handlers not being removed

2004-07-20 Thread Aoife . Kavanagh
o axis-user                 To:        [EMAIL PROTECTED]         cc:        [EMAIL PROTECTED]         Subject:        Re: Client side handlers not being removed Hi (again) Aoife, On Tuesday 20 July 2004 08:50, [EMAIL PROTECTED] wrote: > 2 ) I need to know this because I have a sample program that I want to

Re: Client side handlers not being removed

2004-07-20 Thread Peter Shillan
encountered in the > samples.security.ClientSigningHandler class. I've run the > clientsecurityundeploy.wsdd numerous times but it seems to make no > difference at all. I have also restarted Tomcat though I would expect > that to make no difference as this is a client side handler. This article on the

RE: Client side handlers not being removed

2004-07-20 Thread Vineet Singh
PM To: [EMAIL PROTECTED] Subject: Client side handlers not being removed   I'm having a few issues with client side handlers using Axis 1.2 beta. 1) Firstly is there a way of getting a list of all the client side handlers installed? 2 ) I need to know this because I have a sample program

Client side handlers not being removed

2004-07-20 Thread Aoife . Kavanagh
I'm having a few issues with client side handlers using Axis 1.2 beta. 1) Firstly is there a way of getting a list of all the client side handlers installed? 2 ) I need to know this because I have a sample program that I want to run using a client side handler that I've written.  Howe

Client Side Handlers - How to use it ?

2004-05-20 Thread Dhanush Gopinath
Hi All ,   Where can I get a concrete idea of handlers at Client side. I have deployed a Client side Handler. When i invoke the Webservice nothing happens. Searching the net I got that the Transport should be set using the method   Call.setTransport(new MyTransport());   Now my problem is I

Client side handlers

2004-04-26 Thread samir_chouthai
Hi, I have a questions about client side handlers: I have a web services client that invokes several "different" web services. Now I had to gather some statistics about this client (like what call its makes, when, where, etc) so I decided to use a client side handler. For this, I

Re: client side handlers

2004-01-29 Thread Dimuthu Leelarathne
. - Original Message - From: "Sunil Iyengar" <[EMAIL PROTECTED]> To: "axis-user" <[EMAIL PROTECTED]> Sent: Wednesday, January 28, 2004 8:54 AM Subject: client side handlers > Hello everyone, > I have developed a complex web service and used wsdl2java

client side handlers

2004-01-28 Thread Sunil Iyengar
Hello everyone, I have developed a complex web service and used wsdl2java to generate the stubs for the client. It works perfectly. I now have request /response security handlers for both the client and server. On the server side i deployed it using wsdd file. That's fine. I know that one can deplo

Re: Client-side Handlers not being invoked - Please Help!

2003-08-18 Thread Vladimir Umansky
problem is but as > there is little > documentation on using client-side handlers I am > hoping one of you kind > people can point out where my code may be wrong... > Below is the client code > that sets up the engine, service and call, and also > the client-config.wsdd > that

Client-side Handlers not being invoked - Please Help!

2003-08-18 Thread Jim Harris
from the Axis distribution so is fairly simple at the moment. I can see from my logs that the handler is being invoked on the service-side but there seems to be no invokation whatsoever on the client-side. I am not exactly sure what the problem is but as there is little documentation on using client

AGAIN: Client side handlers and deserialize problems

2002-06-05 Thread Till Woerner
Hi, I did not get any response to my last mail, but this is really driving me insane... My AXIS client won't deserialize my beans returned from my web service if I have defined any handlers with call.setClientHandlers(...) but it will do without problems if I do NOT define those handlers. Is t