You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Vinay Punnoose <vi...@gmail.com> on 2004/11/18 06:52:50 UTC

wsdl issue

Is there any way, by which we can stop axis from generating a wsdl runtime.
So that once I generate a wsdl, I can store it somewhere and everytime
the wsdl is requested from the browser, its the stored wsdl which is
showed.

Regards
Vinay

Re: wsdl issue

Posted by Venkat Reddy <vr...@gmail.com>.
hi Vinay,

You can specify the wsdlFile attribute for <service> element inside
the WSDD file.
For more information, see the WSDD Schema at axis\wsdd\WSDD.xsd or the
documentation at http://ws.apache.org/axis/java/reference.html

Setting this attribute causes the call setWSDLFile() on JavaServiceDesc object.

Venkat


On Thu, 18 Nov 2004 11:22:50 +0530, Vinay Punnoose
<vi...@gmail.com> wrote:
> Is there any way, by which we can stop axis from generating a wsdl runtime.
> So that once I generate a wsdl, I can store it somewhere and everytime
> the wsdl is requested from the browser, its the stored wsdl which is
> showed.
> 
> Regards
> Vinay
>