The Axis servlet loads web services on request,
depending on the scope. As you have session scope, the web service class
will be instantiated once for each session. So the first call, in that
session, will take longer than subsequent calls.
I'm not aware of any configuration that will
cause Axis
Hi all axis user,
I would like to know what happens when we call the first time a service.
To be easily understood, here is an example :
I've got one client C1.
One service WS1 deployed on the server S1.
I start running my server :
S1 ->>> Application axis (AXIS) initialized...
Then, C1 call the