RE: ClassCastException + SOAP Header session

2003-08-14 Thread Said elaissaoui
x27;s     ---Original Message---   From: [EMAIL PROTECTED] Date: lundi 11 août 2003 20:55:37 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: ClassCastException + SOAP Header session   Said,   All looks well as far as I can see. I would advise you to go as far back to basics as possible to t

RE: ClassCastException + SOAP Header session

2003-08-14 Thread Said Elaissaoui / 1Genia
35 À : [EMAIL PROTECTED]; [EMAIL PROTECTED] Objet : RE: ClassCastException + SOAP Header session Said, In your client it seems that you are going to invoke the session handler twice due to it being in the global and service-specific chains. I would remove the parts from the global chain so that

RE: ClassCastException + SOAP Header session

2003-08-12 Thread Jim Harris
It sounds like the code that is handling the SOAPHeaders could be wrong somewhere... I would look at that first. Jim -Original Message- From: Said elaissaoui [mailto:[EMAIL PROTECTED] Sent: 12 August 2003 08:40 To: [EMAIL PROTECTED] Subject: RE: ClassCastException + SOAP Header session

RE: ClassCastException + SOAP Header session

2003-08-11 Thread Jim Harris
t 2003 11:23 To: [EMAIL PROTECTED] Subject: RE: ClassCastException + SOAP Header session It still not work. I reexplain lmy problem : Axis commes a handler called org.apache.axis.handlers.SimpleSessionHandler that provides SOAP header based session management. To use the simple session handler wi

RE: ClassCastException + SOAP Header session

2003-08-11 Thread Jim Harris
dler"/> > type="java:org.apache.axis.providers.java.MsgProvider"/> > > > > > http://xml.apache.org/axis/wsdd/ > > > > > > > > > > > > > > ... > > pivot="java:org.apache.axis.transport.http.HTTPSender"> &g

Re: ClassCastException + SOAP Header session

2003-08-10 Thread Jeyakumaran.C
hi, if i am correct then i think yr handler name(SimpleSessionHandler) and type(session) are not compatible. the type should be SimpleSession if the handler is SimpleSessionHandler I haven't used this before but according to the org.apache.axis.handlers.SimpleSessionHandler it sounds like.

RE: ClassCastException + SOAP Header session

2003-08-09 Thread Said Elaissaoui / 1Genia
 : [EMAIL PROTECTED]; [EMAIL PROTECTED]Objet : Re: ClassCastException + SOAP Header session hi, if i am correct then i think yr handler name(SimpleSessionHandler) and type(session) are not compatible. the type should be SimpleSession if the handler is SimpleSessionHandl

RE: ClassCastException + SOAP Header session

2003-08-09 Thread Said Elaissaoui / 1Genia
it wa just a mistake in my email i have : in my wsdd files -Message d'origine- De : Jim Harris [mailto:[EMAIL PROTECTED] Envoyé : vendredi 8 août 2003 11:11 À : [EMAIL PROTECTED]; [EMAIL PROTECTED] Objet : RE: ClassCastException + SOAP Header session Said, One thing I can see is

RE: ClassCastException + SOAP Header session

2003-08-08 Thread Said Elaissaoui / 1Genia
it was just a mistake in my email -Message d'origine-De : Jeyakumaran.C [mailto:[EMAIL PROTECTED]Envoyé : vendredi 8 août 2003 11:31À : [EMAIL PROTECTED]; [EMAIL PROTECTED]Objet : Re: ClassCastException + SOAP Header session hi, if i am correct then i thi

RE: ClassCastException + SOAP Header session

2003-08-08 Thread Jim Harris
Said, One thing I can see is that you are referencing the SimpleSessionHandler by the wrong name in the request and response flows of your service: > type="java:org.apache.axis.handlers.SimpleSessionHandler"/> > > > > > > > > .. > You give the handler the name 'S