Re: Unable to create client handler?

2004-12-20 Thread Andrea Dal Farra
Laran, Can you please provide the handler's class; how are you registering the handle? Andrea Dal Farra On Mon, 20 Dec 2004 14:01:41 -0500, Laran Evans <[EMAIL PROTECTED]> wrote: > Can anyone explain what this means and how I can make it go away? > > The class that it's barking about IS in the

Re: Unable to create client handler?

2004-12-20 Thread Mark Malinoski
Subject Please respond to Unable to create client handler? [EMAIL PROTECTED]

Unable to create client handler?

2004-12-20 Thread Laran Evans
Can anyone explain what this means and how I can make it go away? The class that it's barking about IS in the classpath. I'm running in WebLogic 8.1 and I've put saaj.jar and jaxrpc.jar in the classpath set in startWebLogic.cmd before webservices.jar. TIA AxisFault faultCode: {http://schemas.x

Client Handler bug?

2004-08-14 Thread Shantanu Sen
order after invoking the end-point. However, if I return false in one of the handleRequest methods, the call still goes through to the service i.e. the happy path is pursued regardless of the fact that the client handler request method returned false signaling the runtime to stop processing. If I

Adding element to Soap header in client handler

2004-07-22 Thread Aoife . Kavanagh
Hi, I need to add an element to my SOAP header in a client side handler.  In the invoke() method of my handler i can extract the SOAPEnvelope and SOAPHeader.  I can create a new SOAPHeaderElement and add that to the soap header.  However, I do not want the element to have the mustUnderstand or ac

Re: Client handler

2003-12-04 Thread Aaron Hamid
I was not aware of the "special" client-config.wsdd that people replied about, but here are two equivalent (I believe) ways to programmatically deploy a client handler: 1) register handler chain directly: Class clazz = MyHandler.class; Map config = new HashMap(); QName[] head

Re: Réf. : RE: Client handler

2003-12-04 Thread Harald Pollak
ngine configuration file - aborting! Which file is missing ? Valerie "Jan Kester" <[EMAIL PROTECTED]> sur 04/12/2003 11:38:55 Veuillez répondre à [EMAIL PROTECTED] Pour : <[EMAIL PROTECTED]> cc : Objet : RE: Client handler The client-config.wsdd has to be in the cli

Réf. : Re: Réf. : RE: Client handler

2003-12-04 Thread valerie . bauche
: Réf. : RE: Client handler Do you have placed the Client-Config.wssd file in the right directory? it should be in the root dir of your application. Harry Am Don, den 04.12.2003 schrieb [EMAIL PROTECTED] um 12:13: I've tried your solution and I get this error : org.apache.axis.Configurat

RE: Réf. : RE: Client handler

2003-12-04 Thread Jan Kester
l: jueves, 04 de diciembre de 2003 12:13 Para: [EMAIL PROTECTED] Asunto: Réf. : RE: Client handler I've tried your solution and I get this error : org.apache.axis.ConfigurationException: No engine configuration file - aborting! Which file is missing ? Valerie "Jan Kester"

Réf. : RE: Client handler

2003-12-04 Thread valerie . bauche
lt;[EMAIL PROTECTED]> cc : Objet : RE: Client handler The client-config.wsdd has to be in the client's execute classpath. In here you can define a handler. There are plenty of examples on internet. My client-config.wsdd has: http://xml.apache.org/axis/wsdd/"; xmlns:java="

RE: Client handler

2003-12-04 Thread Jan Kester
mailto:[EMAIL PROTECTED] Enviado el: jueves, 04 de diciembre de 2003 11:44 Para: [EMAIL PROTECTED] Asunto: Client handler Hello I have a simple servlet (not a web service) deployed on tomcat, it works like a normal servlet : receveiving http request and sending http response. But this servlet also

Client handler

2003-12-04 Thread valerie . bauche
Hello I have a simple servlet (not a web service) deployed on tomcat, it works like a normal servlet : receveiving http request and sending http response. But this servlet also have to invoke an axis webservice to get some information : no problem with that : it works ! The problem start here : I

Re: Client handler

2003-12-04 Thread Benjamin Flohr
Hi the client-config.wsdd is located in your axis.jar. You have to change it inside the jar (on the client side). it looks like this: http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> here you can register a handler, like the

Re: Urgent. Axis client handler help !

2003-10-31 Thread Timour_Mouratov
.mrt.ac.lk> cc: Subject: Re: Urgent. Axis client handler help !

Re: Urgent. Axis client handler help !

2003-10-31 Thread Dimuthu Leelarathne
lt;[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

Urgent. Axis client handler help !

2003-10-30 Thread Timour_Mouratov
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

Client handler Deployment Problem-help

2003-03-10 Thread kama rao
I doing something wrong.Please help me.Since the client is on tomcat ,do i have to do anything extra to conigure it. I followed some questions on client handlers onthis forum,but no one is replied them.Is there a way to deploy service specific client handler?how?any example.   Thanks in advance Do

client handler deployment problem.

2002-12-29 Thread kama rao
Hi, iam trying to deploy my client handlers. I am using the option client for org.apache.axis.utils.Admin to deploy my client.It generates a client-config.wsdd in my client directory.But the problem is,It is not placing the handlers in the client-config.wsdd I placed my client directory in the