Hi Milan, You can package your original WSDL file within your service's META-INF directory , and then use following option in the service.xml file, this will pick up your original WSDL file instead of automatic generation.
<parameter name="useOriginalwsdl">true</parameter> Thanks , On Tue, Apr 7, 2009 at 7:37 PM, Milan Tomic <[email protected]> wrote: > > > Since Axis 1.4 has problems generating WSDL (when ?wsdl appended at the end > of web service URL), is there any way to disable users to ask for WSDL by > using ?wsdl option and to force them to download valid WSDL from my web site? > > Thank you in advance, > Milan > > > > > -- Sagara Gunathunga Blog - http://ssagara.blogspot.com Web - http://sagaras.awardspace.com/
