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