I think this won't work, but I may be wrong :). If you deploy a service
with the ServiceManager-class as target, the soap-system will create a
new ServiceManager without your current Apache-SOAP-Config. But you can
build a small wrapper class which uses the feature of apache-soap2.2
with the SOAPContext-Parameter. Then you can get the ServiceManager with
a special Attributename from the servletcontext. This constant is named
in ServerHTTPUtils (the name in my copy is 'serviceManager'). But then
you rely on internal knowledge and you have to check for the
attributename in every new soapversion. 

Bernd

Steeve Gilbert wrote:
> 
> I think you can register the ServiceManager like any other service without
> trouble.
> 
> The only way to know that is to try it. :-)
> 
> Steeve...
> 
> Ralf Bierig <[EMAIL PROTECTED]> on 31/07/2001 10:06:09 AM
> 
> Please respond to [EMAIL PROTECTED]
> 
> To:   [EMAIL PROTECTED], [EMAIL PROTECTED]
> cc:    (bcc: Steeve Gilbert/G_STGEORGES/CANAM_MANAC)
> 
> Subject:  Register ServiceManager in AdminTool - possible?
> 
> Hi,
> 
> is it possible to register the class:
> 
> org.apache.soap.server.ServiceManager
> 
> at the AdminTool to use this ServiceManager like a
> normal service?
> 
> Or do I run into trouble because this ServiceManager
> is already registered internally???
> 
> I try to implement a own registry service, which whant
> to use this Class.
> 
> Do somebody know more about that? Help? Tips?
> 
> Thanks in advance!
> Ralf
> 
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/

-- 
Dipl.-Inform. Bernd Koecke
UNIX-Entwicklung
Schlund+Partner AG
Fon: +49-721-91374-0
E-Mail: [EMAIL PROTECTED]

Reply via email to