I am not sure whether <param name="wsdlURL" value="/axis/foo.wsdl"/> works. try using <wsdlFile>/axis/foo.wsdl</wsdlFile> Axis tries to look for that file in ur classpath. So best place to put it woould be in WEB-INF/classes/axis/foo.wsdl ANd you dont need to modiy web.xml for this. Vidyanand.
-----Original Message----- From: Jeff Greif [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 12:16 PM To: [EMAIL PROTECTED] Subject: using a wsdl file, rather than generating via ?wsdl In an old message on this list, I saw that one could specify <service name="foo" ...> <param name="wsdlURL" value="/axis/foo.wsdl"/> to provide a wsdl file. Does the axis web.xml need to be modified to support this, and where in webapps/ subtree of a Tomcat installation would the file have to be installed? Thanks in advance for any info. Jeff