You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by EnricoTriolo <et...@libero.it> on 2001/04/17 20:37:41 UTC

Persistent object

Is there a way to mantain an object persistent between multiple calls?
In particular I need to maintain an Hashtable in memory and to update it upon a soap call.
How could I implement it?

Thanks,
   Enrico


Re: Persistent object

Posted by Leonardo Souza Mario Bueno <le...@itera.com.br>.
I'm not sure but I believe you can do what you want setting the "scope" option to Application when deploying your service.

Regards,
Leonardo Bueno.
...................................................................
Leonardo Souza Mario Bueno
Itera - Voice, Wireless & Web Solutions
leonardo@itera.com.br
Phone: 55 27 337 0317
Cell: 55 27 9971 1375
Visit our website at:
http://www.itera.com.br
...................................................................
  ----- Original Message ----- 
  From: EnricoTriolo 
  To: soap-user@xml.apache.org 
  Sent: Tuesday, April 17, 2001 3:37 PM
  Subject: Persistent object


  Is there a way to mantain an object persistent between multiple calls?
  In particular I need to maintain an Hashtable in memory and to update it upon a soap call.
  How could I implement it?

  Thanks,
     Enrico


Re: Persistent object

Posted by Leonardo Souza Mario Bueno <le...@itera.com.br>.
I'm not sure but I believe you can do what you want setting the "scope" option to Application when deploying your service.

Regards,
Leonardo Bueno.
...................................................................
Leonardo Souza Mario Bueno
Itera - Voice, Wireless & Web Solutions
leonardo@itera.com.br
Phone: 55 27 337 0317
Cell: 55 27 9971 1375
Visit our website at:
http://www.itera.com.br
...................................................................
  ----- Original Message ----- 
  From: EnricoTriolo 
  To: soap-user@xml.apache.org 
  Sent: Tuesday, April 17, 2001 3:37 PM
  Subject: Persistent object


  Is there a way to mantain an object persistent between multiple calls?
  In particular I need to maintain an Hashtable in memory and to update it upon a soap call.
  How could I implement it?

  Thanks,
     Enrico


Re: Persistent object

Posted by William Flanders <fl...@denalisoft.com>.
Why not just make it a static hashtable, or have an argument be
a session identifier and bind the hashtable to the session?

Bill

EnricoTriolo wrote:

> Is there a way to mantain an object persistent between multiple
> calls?In particular I need to maintain an Hashtable in memory and to
> update it upon a soap call.How could I implement it? Thanks,   Enrico

Re: Persistent object

Posted by William Flanders <fl...@denalisoft.com>.
Why not just make it a static hashtable, or have an argument be
a session identifier and bind the hashtable to the session?

Bill

EnricoTriolo wrote:

> Is there a way to mantain an object persistent between multiple
> calls?In particular I need to maintain an Hashtable in memory and to
> update it upon a soap call.How could I implement it? Thanks,   Enrico