Anthony Bull wrote: > Hi, > > I've been looking at my web service logs and have noticed that with > each request, a new skeleton for the web service is created. > > As all my service skeletons are stateless, this seems like a waste - > is there anyway to configure Axis 2 to re-use a skeleton instance? if you deploy the service in application scope then there will be only one instance of your skeleton class.
-Deepal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
