AW: Determine which services are registered

2007-07-25 Thread Holger Stolzenberg
No problem, the solution with the ServerRegistry worked perfectly. I am using 
tapestry 4.1.2. and additionally tapestry-spring, so it was very easy for me to 
inject the ServerRegistry into my Tapestry page and create a dynamic list of 
the registered servers there.


-Ursprüngliche Nachricht-
Von: Glen Mazza [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 24. Juli 2007 17:54
An: cxf-user@incubator.apache.org
Betreff: Re: Determine which services are registered

I don't know if UDDI would help you--you might want to try to find out what 
XMethods (http://www.xmethods.net/ve2/index.po) does.

Otherwise, that might be application server dependent--i.e., no generalized way 
of doing so would exist. I say this because GlassFish and (I believe) Geronimo 
both provide a list of deployed web services in their respective web 
administration consoles.  (Alternatively, Axis2, has a separate web app that 
has that information.)  But how to retrieve that information would be dependent 
on the app server and web server framework you are using.

Another issue is that I'm not certain, for security reasons, if you would be 
able to obtain that information from a spring context.  That would be like one 
web application being hosted in a servlet container being able to query 
information on other web apps within that same container.

Glen


Am Freitag, den 20.07.2007, 15:53 +0200 schrieb Holger Stolzenberg:
 I have a web page that should dynamically show a list of all registered 
 services.
 
 Is there a class that knows all the web services (endpoints) that have been 
 registered. If yes how can get this class or bean from the spring context? 
 
 Mit lieben Grüßen aus dem eWerk
 
   |  Holger Stolzenberg
   |  Softwareentwickler
   |
   |  Geschäftsführer: 
   |  Frank Richter, Erik Wende, Hendrik Schubert
   |
   |  eWerk IT GmbH
   |  Markt 16
   |  Leipzig 04109
   |  http://www.ewerk.com
   |  HRB 9065, AG Leipzig
   |  Hauptniederlassung Leipzig
   |
   |  fon +49.341.4 26 49-0
   |  fax +49.341.4 26 49-88
   |  mailto:[EMAIL PROTECTED]
   |
   |  Support:
   |  fon 0700 CALLME24 (0700 22556324)
   |  fax 0700 CALLME24 (0700 22556324)
   |
   | Auskünfte und Angebote per Mail
   | sind freibleibend und unverbindlich. 



Determine which services are registered

2007-07-20 Thread Holger Stolzenberg
I have a web page that should dynamically show a list of all registered 
services.

Is there a class that knows all the web services (endpoints) that have been 
registered. If yes how can get this class or bean from the spring context? 

Mit lieben Grüßen aus dem eWerk

  |  Holger Stolzenberg
  |  Softwareentwickler
  |
  |  Geschäftsführer: 
  |  Frank Richter, Erik Wende, Hendrik Schubert
  |
  |  eWerk IT GmbH
  |  Markt 16
  |  Leipzig 04109
  |  http://www.ewerk.com
  |  HRB 9065, AG Leipzig
  |  Hauptniederlassung Leipzig
  |
  |  fon +49.341.4 26 49-0
  |  fax +49.341.4 26 49-88
  |  mailto:[EMAIL PROTECTED]
  |
  |  Support:
  |  fon 0700 CALLME24 (0700 22556324)
  |  fax 0700 CALLME24 (0700 22556324)
  |
  | Auskünfte und Angebote per Mail
  | sind freibleibend und unverbindlich.