Whether you can include a method in the class of your web service that is specifically called by Axis when you deploy the service (or subsequently when Tomcat is started up). Maybe it is the default constructor for the web service.
Thanks, N Robinson ------------------------------------------------------------------------ --- Hi , When You Install Axis there are two default Web Services called AdminService and \ Version. That has methods AdminService() and getVersion() respectively. But I dont understand what you mean by "a defualt method that you can in a Webservice \ that is not called by Client " Could you please Explain I would like to know whether there is a default method that you can include in a web service that is always called (executed) by Axis (not a client) when a service is deployed, not called by a client. Regards Dhanush ----- Original Message ----- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 5:07 PM Subject: Service deployment - WS method call Hi, I would like to know whether there is a default method that you can include in a web service that is always called (executed) by Axis (not a client) when a service is deployed, not called by a client. Any pointers would be appreciated, thanks N Robinson