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

2004-08-26 Thread Mahen Perera
u mean this right? I have included it in the client-config file Still wont work ... Mahen On Wed, 25 Aug 2004 16:19:51 +0200, Yves Langisch <[EMAIL PROTECTED]> wrote: > Yet another question, are you working with the Axis-generated stub? > > I assume that the relevant is: > > > >

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

2004-08-25 Thread Yves Langisch
Yet another question, are you working with the Axis-generated stub? I assume that the relevant is: See above in your file how handlers have to be declared. Transport (e.g. java:) is missing: Yves Mahen Perera wrote: this is the client-config file http://xml.apache.org/axis/wsdd/"; xm

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

2004-08-25 Thread Mahen Perera
this is the client-config file http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> http://xml.apache.org/axis/wsdd/ http://control.webse

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

2004-08-25 Thread Yves Langisch
Mahen, Can you please post your client-config.wsdd? Yves Yves Langisch wrote: Mahen, put the client-config.wsdd into the WEB-INF/classes folder not into the root of WEB-INF. Yves Mahen Perera wrote: I am using WebSphere 5.1, Any id how to do in this? Anyway I replaced the client-config.wsdd file

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

2004-08-25 Thread Mahen Perera
hi Thanx for the reply I tried that too. Still didnt work :( Mahen On Wed, 25 Aug 2004 15:58:44 +0200, Yves Langisch <[EMAIL PROTECTED]> wrote: > Mahen, > > put the client-config.wsdd into the WEB-INF/classes folder not into the > root of WEB-INF. > > Yves > > > > Mahen Perera wrote: >

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

2004-08-25 Thread Yves Langisch
Mahen, put the client-config.wsdd into the WEB-INF/classes folder not into the root of WEB-INF. Yves Mahen Perera wrote: I am using WebSphere 5.1, Any id how to do in this? Anyway I replaced the client-config.wsdd file in AXIS.jar with my newer version. Still didnt work Please help me Mahen On W

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

2004-08-25 Thread Mahen Perera
I am using WebSphere 5.1, Any id how to do in this? 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 Thomas <[EMAIL PROTECTED]> wrote: > > You can t set the path in the war! > You

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

2004-08-25 Thread Dorner Thomas
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 - look for the line: %_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% %DEBUG_OPTS% and set your path: -Daxis.ClientConfigFile=C:\\projects\\\\WebContent\\WEB-INF\\client- config.