> > Thanks for the advice (I should have thought of that) and > it's worked > > well - I've just subclassed AxisServlet at this stage and have > > overridden the doGet() method. I'm checking for an empty or > null query > > string, and when found I'm redirecting to a URL based on > the name of the > > service being called (obtained from getRequestURI()). > > what was wrong with overriding reportServiceInfo(), which is a self > contained little bit of reporting (assuming you are working > off the latest > source)
I jumped in a little quickly - overriding reportServiceInfo() is a better fit.