You can specify the file path of the WSDL in the server-config.wsdd configuration file.

<service>
    <!-- add your service configuration elements here -->
    <wsdlFile>/yourService.wsdl</wsdlFile>
</service>

The file is not a URL but a resource location. I can't remember exactly how it looks for the file but if you specify it as above and place it in your classpath (for example, in WEB-INF/classes) then it should find it.

Tony

"Bouche Paul" <[EMAIL PROTECTED]> wrote on 16/12/2004 14:04:09:

> Does anyone know how to include the documentation tag in the
> automatic wsdl generation in axis?
>
> What I actually want is when my web service endpoint is called via
> http://...?wsdl that the returned wsdl will include documentation
> about the web service with a documentation tag that I told axis
> before hand or that it uses a wsdl that I previously manually edited
> with documentation.
>
> The client side question would be does axis wsdl2java add the found
> <documentation> tag to the generated .java files preferably as javadoc?
>
> Thanx for any help,
>
> Paul
>

Reply via email to