Using the server-config.wsdd file yesterday I was unable to get a webservice of mine correctly deployed on startup(see previous emails). Hence, I don't think whatever is responsible to processing this file is functioning correctly. I ended up with a half functioning webservice, service listed as running but requesting the wsdl produced a fault containing a 404 error etc. So, I don't have much confidence over server-config.

Ryan Cuprak
[EMAIL PROTECTED]
Office: (203)-786-5682
Cell: (203)-376-8789



"Cory Wilkerson" <[EMAIL PROTECTED]>

02/20/2003 11:32 AM
Please respond to axis-user

       
        To:        <[EMAIL PROTECTED]>
        cc:        
        Subject:        AxisServlet & List



So, it's apparent that the default response of the AxisServlet is to list all available services.  According the documentation, this can be turned off:

---------------------------------------------------
Stop AxisServlet listing services
To do this, set the Axis global configuration property axis.enableListQuery to false.
---------------------------------------------------

I've added the following to server-config.wsdd to no avail.

<globalConfiguration>
                ...
                <parameter name="axis.enableListQuery" value="false"/>
                ...
</globalConfiguration>

Anyone sucessfully turned this functionality off?
Cory





Reply via email to