Re: Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-26 Thread Mahen Perera
ot;ns24:LoanProductVO" > >serializer="org.apache.axis.encoding.ser.BeanSerializerFactory" > >type="java:com.fm.poc.service.domain.dataaccess.vo.LoanProductVO" > >xmlns:ns24="http://vo.dataaccess.domain.service.poc.fm.com"/> > > >encodingStyl

Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Yves Langisch
config.wsdd file in AXIS.jar with my newer version. Still didnt work Please help me Mahen On Wed, 25 Aug 2004 15:40:27 +0200, Dorner Thomas <[EMAIL PROTECTED]> wrote: You can t set the path in the war! You had to set the JVM-Options in Tomcat for example. In catalina.bat for example -

Re: Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
; >> Anyway I replaced the client-config.wsdd file in AXIS.jar with my > >> newer version. > >> > >> Still didnt work > >> > >> Please help me > >> > >> Mahen > >> > >> On Wed, 25 Aug 2004 15:40:27 +0200, Dorner T

Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Yves Langisch
TECTED] Betreff: Re: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS what do u mean by path in a WAR ? Mahen On Wed, 25 Aug 2004 15:21:29 +0200, Dorner Thomas <[EMAIL PROTECTED]> wrote: Have you set your path? And how do you set your path? --> The Server will use the client

Re: Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
ina.bat for example - look for the line: > >> > >>%_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% %DEBUG_OPTS% > >> > >>and set your path: > >>-Daxis.ClientConfigFile=C:\\projects\\\\WebContent\\WEB-INF\\client- > >>config.wsdd > >> > >>---

Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Yves Langisch
r path: -Daxis.ClientConfigFile=C:\\projects\\\\WebContent\\WEB-INF\\client- config.wsdd -Ursprüngliche Nachricht- Von: Mahen Perera [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 25. August 2004 15:31 An: [EMAIL PROTECTED] Betreff: Re: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS w

Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
tent\\WEB-INF\\client- > config.wsdd > > -Ursprüngliche Nachricht- > Von: Mahen Perera [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 25. August 2004 15:31 > An: [EMAIL PROTECTED] > Betreff: Re: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS > > what do u mean by pat

AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Dorner Thomas
- config.wsdd -Ursprüngliche Nachricht- Von: Mahen Perera [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 25. August 2004 15:31 An: [EMAIL PROTECTED] Betreff: Re: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS what do u mean by path in a WAR ? Mahen On Wed, 25 Aug 2004 15:21:29

Re: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
t; > -Ursprüngliche Nachricht- > Von: Mahen Perera [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 25. August 2004 15:18 > An: [EMAIL PROTECTED] > Betreff: Re: AW: AW: AW: Session Management using SOAP Headers in AXIS > > i put the client.config in the Web-INF folder,,

AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Dorner Thomas
-90330 mailto:[EMAIL PROTECTED] http://www.t-systems.de -Ursprüngliche Nachricht- Von: Mahen Perera [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 25. August 2004 15:18 An: [EMAIL PROTECTED] Betreff: Re: AW: AW: AW: Session Management using SOAP Headers in AXIS i put the client.config

Re: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
04 14:40 > An: [EMAIL PROTECTED] > Betreff: Re: AW: AW: Session Management using SOAP Headers in AXIS > > Thanx > > more problems... > > I am using JSP as the client to call the Web Service. The JSP calls > the stub genereted by the WSDL2Java tool. > > I have

AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Dorner Thomas
] Betreff: Re: AW: AW: Session Management using SOAP Headers in AXIS Thanx more problems... I am using JSP as the client to call the Web Service. The JSP calls the stub genereted by the WSDL2Java tool. I have put AXIS.jar in the WEB-INF\Lib folder of the WAR file Now where do i have to put the

Re: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
; > I have put AXIS.jar in the WEB-INF\Lib folder of the WAR file > > Now where do i have to put the client-config.wsdd file. > > Thanx > > Mahen > > > > > - Original Message - > From: Dorner Thomas <[EMAIL PROTECTED]> > Date: Wed,

Re: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
- From: Dorner Thomas <[EMAIL PROTECTED]> Date: Wed, 25 Aug 2004 14:31:15 +0200 Subject: AW: AW: Session Management using SOAP Headers in AXIS To: [EMAIL PROTECTED] Set Java-Option with the path where you put your client-config.wsdd (example for windows) -Daxis.ClientConfigFile=C:\\pr

AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Dorner Thomas
Set Java-Option with the path where you put your client-config.wsdd (example for windows)   -Daxis.ClientConfigFile=C:\\projects\\...\\WebContent\\WEB-INF\\client-config.wsdd    You can place your clientconfig wherever you want!   Tomi  

Re: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
Hi Dorner,, Thanx for replying.. I want to further know, What is the exact location that i have to put the client-config.wsdd file? Thanx Mahen On Wed, 25 Aug 2004 08:47:59 +0200, Dorner Thomas <[EMAIL PROTECTED]> wrote: > > Hi Mahen, > > I dop it this way: > > I use this this client-con

AW: Session Management using SOAP Headers in AXIS

2004-08-24 Thread Dorner Thomas
Hi Mahen, I dop it this way: I use this this client-config.wsdd below to do my sessionhandling. I also use a chain of handlers instead of a single handler - no matter. And you had to define the Service for which the client should use the handler. http://xml.apache.org/axis/wsdd/";