When I hit http://localhost:8080/axis, I get an option "View the list of deployed Web services". In looking at the AxisServlet code, this list is returned as an iteration of ServiceDesc objects.
Can I write my own Axis client program to get this list myself? If so, how? (I'm aware of the "list" option with AdminClient, but that's not what I'm interested in. I would rather have the ServiceDesc iteration.) Regards. Steve Pannier