About the base servlet All Actuate servlets derive from the base servlet: com.actuate.reportcast.servlets.AcServlet The base servlet has no URI parameters. It provides Actuate servlets with the functionality for performing the following tasks: n Parse and validate parameters specified in Information Console URI directives. n Create XML API structures based on Actuate Information Console requests. n Submit XML streams to the Actuate SOAP API. n Handle responses from the Actuate SOAP API, including detecting errors. n Store constant session information, such as the name space and SOAP endpoint. n Read from and write to cookies. n Stream report data or errors to the web browser.
All Actuate servlets derive from the base servlet:
The base servlet has no URI parameters. It provides Actuate servlets with the functionality for performing the following tasks: