Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by CedricChabanois: http://wiki.apache.org/ws/FrontPage/Axis/WsdlFile The comment on the change is: added commented sample for wsdl on the local path ------------------------------------------------------------------------------ {{{ <service name="Test" provider="java:RPC" > ... - < wsdlFile>/org/someone/res/mywsdl.wsdl</wsdlFile> + <wsdlFile>/org/someone/res/mywsdl.wsdl</wsdlFile> + <!-- <wsdlFile>WEB-INF/wsdls/mywsdl.wsdl</wsdlFile> --> ... </service> }}}