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.
> Hi all: > > I am new in this list. I have two basic questions in using AXIS + > Tomcat. > > (1) From AXIS document, Client can get WSDL file by appending ?wsdl > after the request URL. > My question is: > > Is there a way to store a WSDL in the AXIS, and when client asks, > AXIS responses him by reading this stored WSDL file. I need to find > a way to override the feature that AXIS can automatically generates > WSDL file for Web Services. > > > (2) From browser GUI, Client can get the list of deployed web services > by AxisServlet. How about client from application program? Is there a > standard way to get the list of deployed web services for client?? > > Thanks a lot. > > Jack
