Yes, I was going to suggest the servlet filter, but that requires editing the web.xml to put the filter declaration in. Anyway, your question was aimed at the parameter in the wsdd. Good luck, -jeff
-----Original Message----- From: Davide Caruso [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 10:12 AM To: [email protected] Subject: Re: RE: Stop wsdl autogeneration Hello , Walker, Jeff, =======Il 2007-10-30, 14.38.30 hai scritto: ======= >Davide, >In server-config.wsdd, inside your service definition, put > <wsdlFile>/secure.wsdl</wsdlFile> In this way it works very well. Thank you very much. Alternately i've had created a servlet filter that intercepts the parameter "wsdl"... <cut> > > >-----Original Message----- >From: Davide Caruso [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 30, 2007 8:44 AM >To: axis-user >Subject: Stop wsdl autogeneration > >Hi, i'm trying to stop axis to send the wsdl file to anyone who requests >it. > >I've edited the .wsdd file adding the parameter <parameter >name="wsdlFile" value="/my/class/mywsdl.wsdl"/> >and i've added to the classpath mywsdl.wsdl file that is an empty file >with only the tags <wsdl></wsdl> . > >When i request the wsdl file i see always the wsdl generating from axis. >I want axis to stop this autogeneration for a purpose of security. >Where i go wrong? >I'm using Axis 1.4 > >Tia > > > > >Best regards. > >Davide Caruso >[EMAIL PROTECTED] >2007-10-30 > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] = = = = = = = = = = = = = = = = = = = = Saluti. Davide Caruso [EMAIL PROTECTED] 2007-10-30 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
