SessionCleanupService
General Purpose
This will clean-up upon the closing of the VWEBV session that includes only the removal of the VacsClient object created and inserted into the VXWS session.
The session timeout is defined in VXWS web.xml element and can be customized.
Please note tomcat needs to be restarted for any change on web.xml to take effect.
<session-config> <!-- Be sure to coordinate changes in this value with the value of session-timeout in VWEBV web.xml. The value of this session-timeout must be greater than the value of the VWEBV of session-timeout time (default is 15 minutes). --> <session-timeout>20</session-timeout> </session-config>
Requirements
Voyager 7.x and higher
Input XML Example
This service has no input parameters.
Output XML Example
This service will return a VoyagerServiceDataDocument containing a success or failure message.
Example:
<?xml version="1.0" encoding="UTF-8" ?> <voyagerServiceData xmlns="http://www.endinfosys.com/Voyager/serviceParameters"> <messages> <message type="success"/> </messages> </voyagerServiceData>