Classpath for the particular service running in Tomcat. You can place it in service/WEB-INF/classes for instance, or within a jar in the lib directory.
> Does this mean relative to the classpath at the time the service is > deployed into axis using AdminClient on a wsdd file, or some classpath > that exists inside Tomcat or whatever contains Axis? > > Jeff > ----- Original Message ----- > From: "Wes Devauld" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, January 21, 2003 3:01 PM > Subject: Re: How to Override '?WSDL' to generate WSDL file and How to > get web service list from Client? > > >> There is a wsdlFile attribute which can be placed into the <service> >> tag that specifies a path to a WSDL file which should (fingers >> crossed) load with serviceName?wsdl. The file location is relative to >> your classpath.
