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 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.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 +0200, Dorner Thomas > <[EMAIL PROTECTED]> wrote: > > Have you set your path? > > And how do you set your path? > > > > --> The Server will use the client-config.wsdd in the axis.jar > > When he can´t find another one!!! --> the last step when searching > > Client-config.wsdd. > > > > So you can replace the client-config.wsdd in the axis.jar or > > Set the path to client-config.wsdd > > > > > ---------------------------------------------------------------------------- > > --------------- > > T-Systems International GmbH > > Service Line Systems Integration > > Competence Center EDM > > Deparment EPDM/D > > Fasanenweg 5, D 70771 Leinfelden > > > > Tel.: +49/711 971- 44747 > > Fax.: +49/711 972-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 in the Web-INF folder,, however, still the > > handler is not getting executed. I cant see the session id SOAP header > > in the SOAP request. :( > > > > Any ideas? > > > > Thank you > > Mahen > > > > On Wed, 25 Aug 2004 14:43:11 +0200, Dorner Thomas > > <[EMAIL PROTECTED]> wrote: > > > > > > > > > You can put it in the WEB-INF\ folder where your > > > Server-config.wsdd lies too! > > > > > > See my email before, you can put where you want and set the JVM > > > > > > Tomi > > > > > > -----Ursprüngliche Nachricht----- > > > Von: Mahen Perera [mailto:[EMAIL PROTECTED] > > > Gesendet: Mittwoch, 25. August 2004 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 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, 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:\\projects\\........\\WebContent\\WEB-INF\\client- > > > config.wsdd > > > > > > You can place your clientconfig wherever you want! > > > > > > Tomi > > > > > >