The moose likes Web Services and the fly likes how to implement Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "how to implement "context persistent" within AXIS" Watch "how to implement "context persistent" within AXIS" New topic
Author

how to implement "context persistent" within AXIS

sam wzm
Greenhorn

Joined: Nov 06, 2004
Posts: 11
Hi, there,

I have a question about how to implement context persistence or context management in web service, mainly about AXIS. in my application, sometime the middle result is very large, so I prefer to store it in a file or database, and then the same call can take advantage of this session information when it access my service later.

in Axis, there seems two ways about context management. one is cookies and another is soap header. but both of them seem not suitable to store large data for a very long time. it seems to me they are just used to store some very short information and identify client.

as for tomcat, it provides a way to manage "context persistent". the admin can specify what kind of medium to store, plain file or database. but I don't know if I can incorporate this tomcat's technology into my web service application that use AXIS tool. if I can, how?

I will greatly appreciate if you can give me any hint or some link to relevant articles!

best wishes!
Sammy
 
IntelliJ Java IDE
 
subject: how to implement "context persistent" within AXIS
 
Threads others viewed
Web Service Security
287 Pre-assessment test questions - Please answer
JWSDP SOAPConnection Timeout
Applying Security to the Web Service using Apache Axis 1.4
Implementing Web Services with J2EE 1.4
IntelliJ Java IDE