Hi
 
I have a stateful AXIS web-service which creates another session to a different technology (let's called this technology X).
I have a login method on the web-service, which when called, initialises a session to X.
 
So my Java application has a session to the web-service, and web-service has a session to X.
 
S1 - Session 1
S2 - Session 2
 
                                             S1                                                     S2
MyWebApplication ---------------------- Web-Service ------------------------ X
 
If I now lose S1, due to a server restart or shutdown, how would I notify the web-service that it should end its session to X?
Because if I now call a method on the web-service, a new S1 would be created which to me means that a new Web-Service would be instantiated.
 
The web-service contains handles to X which should be released if the session is terminated from the client.  The thing is, how would the Web-Service
know if the client has lost it's session (or created a new one)?
 
 
Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CTJUG Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/CTJUG-Forum
For the ctjug home page see http://www.ctjug.org.za
-~----------~----~----~----~------~----~------~--~---

Reply via email to