Are your referring to the scope of the objects. In server-config.wsdd file you can specify the scope for each service, say for example
<parameter name="scope" value="session"/> This will create object in session scope. You can setup for request and application also. So objects are created and re-used based on the scope. Hope it helps., -Muthu -----Original Message----- From: Jeffrey J Gaynor/jqhome [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 1:26 PM To: [EMAIL PROTECTED] Subject: Lifespan of axis objects Hi, I am trying to get up to speed on using axis. What is the lifespan of an object? In other words, if I am communicating with a server and make a request of an object, does the server create a new instance every time? If so, is there any way to govern the persistence of such objects? Where can I read up more on this? Thanks in Advance, -- J
