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 Nuno Centeio <nc...@gmail.com> on 2005/12/14 22:04:02 UTC

How is the Service initialized with Application scope?

Hi.

I'm a newbie to this web services thing.

I have a class that need's to perform some instructions when it loads,
e.g. I need to connect to a RMI Server.
How can I do that?

I've already put the scope as Application but the constructor is never
called... E.g in Servlets the engine calls init() to initialate the
Servlet... Is there a way to do that in Axis?

Thanks