You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Steve Pannier <St...@jacada.com> on 2003/06/30 20:12:08 UTC

Get list of deployed services from client

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