Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 3274 invoked from network); 4 Feb 2010 21:41:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Feb 2010 21:41:39 -0000 Received: (qmail 87155 invoked by uid 500); 4 Feb 2010 21:41:36 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 86651 invoked by uid 500); 4 Feb 2010 21:41:35 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 86631 invoked by uid 99); 4 Feb 2010 21:41:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2010 21:41:35 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FM_FAKE_HELO_VERIZON,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [206.46.173.3] (HELO vms173003pub.verizon.net) (206.46.173.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2010 21:41:25 +0000 Received: from [129.10.56.87] ([unknown] [129.10.56.87]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0KXC00MUW6VUV8T3@vms173003.mailsrvcs.net>; Thu, 04 Feb 2010 15:40:43 -0600 (CST) Message-id: <4B6B3EDA.6070104@ece.neu.edu> Date: Thu, 04 Feb 2010 16:40:42 -0500 From: Demetris User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-version: 1.0 To: axis-dev@ws.apache.org, axis-user@ws.apache.org Subject: Axis services monitor Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I am not sure if this was asked before - it is pretty trivial but I cannot find the appropriate thread. Is there a way to query a remote Axis registry for the services that are running on it at any given time? I know you can do that with OSGi registries and of course you can query the Axis server for WSDL files by name but can you get a listing of all services running on it? Thanks in advance