Oops, sorry, I think and, I volunteer that I could be wrong as there may already be existing ways to do this, you need to modify AxisServlet in the org.apache.axis.transport.http package, modify:

protected void reportAvailableServices(HttpServletResponse response,
                                      PrintWriter writer,
                                      HttpServletRequest request)
           throws  ConfigurationException, AxisFault {
}

To print the information you need.

Brian Abbott

Brian Abbott wrote:

Hmm... I think you would need to modify org.apache.axis.transport.http.AxisServerServlet to do that.

Brian Abbott

Chris Aiken wrote:

Hi together!

How can I realize a Web Service, Handler or AxisPlugin which is able to list
all deployed Web Services of an Axis Environment. In addition, it should be
possible to indicate all important infos about the deployed Web Services
(Path to Class files and so on).


I need something like this, because I might access the deployed Web Services
(also the code of them) with another application.


I would be also thankful for some examples.


Thanks in advance, Chris



____________
Virus checked by Antivirus-Profi-Paket
Version: AVK 14.0.350 from 11.02.2004
Virus news: www.antiviruslab.com









Reply via email to