123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ps
- (C) Copyright IBM Corp. 2005, 2020
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <service name="presentationService" class="com.cognos.pogo.services.SoapActionHandlerService" loadPriority="98" registerInCM="true" CMdefaultName="PresentationService" logStartStop="false">
- <prerequisites>
- <prerequisite disabledProperty="xtscrnIsEnabled"/>
- <prerequisite disabledProperty="dispIsEnabled"/>
- </prerequisites>
- <handlers>
- <handler name="xts_handler" classname="com.cognos.xts.request.XTSDispatcherRequestHandler" request_root_name="request" response_root_name="response" cleanup_list="cleanup"/>
- <handler name="xtscaf_handler" classname="com.cognos.xts.baltic.validation.XTSValidationHandler" request_root_name="request"/>
- <handler name="xts_request_dumper" classname="com.cognos.pogo.handlers.debug.DumpXMLHandler" xml_name="request.envelope" filename="\xts_request.xml"/>
- <handler name="xts_response_dumper" classname="com.cognos.pogo.handlers.debug.DumpXMLHandler" xml_name="response.envelope" filename="\xts_response.xml"/>
- <handler name="presentationServiceReporter" classname="com.cognos.pogo.monitoring.SimpleRequestReportingHandler" publisherName="pogoPublisher" reporterName="PresentationService" serviceType="presentationService" skip_on_fault="false"/>
- <handler name="serviceStatus" classname="com.cognos.pogo.handlers.engine.ServiceStatusHandler" dispatcherStateHandler="dispatcher.dispatcherStatusHandler" serviceName="presentationService" skip_on_fault="false"/>
- <!-- handler for xts requests that does authentication -->
- <handler name="xts_chain_auth" classname="com.cognos.pogo.handlers.regulate.RegulateRequestHandler" regulatedThreshold="0" blockedThreshold="0" requestTimeout="50" redirectPage="/locale_busy.html" regulated_handler="presentationService.auth_check" attributeName="xts.regulate"/>
- <handler name="auth_check" classname="com.cognos.pogo.auth.NewAuthHandler" wrapped_auth_check="presentationService.unregulated_xts_chain_auth" check_fault="false"/>
- <handler name="unregulated_xts_chain_auth" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="pogo.original_auth_check"/>
- <handler_ref name="xtscaf_handler"/>
- <xxxhandler_ref name="xts_request_dumper"/>
- <_reqlog_handler_ref name="reqlog.preXTS"/>
- <handler_ref name="xts_handler"/>
- <_reqlog_handler_ref name="reqlog.postXTS"/>
- <xxxhandler_ref name="xts_response_dumper"/>
- <handler_ref name="pogo.respond"/>
- <handler_ref name="presentationServiceReporter"/>
- </chain>
- </handler>
- <!-- handlers for xtscps operations that require authentication -->
- <handler name="xtscps_handler" classname="com.cognos.xts.request.XTSNonBusDispatcherRequestHandler" request_root_name="request" response_root_name="response" cleanup_list="cleanup"/>
- <handler name="prepare_wsrp_fault_response" classname="com.cognos.cps.bseries.pogo.WsrpFaultResponseHandler" cn_fault_envelope="" cn_response="response" skip_on_fault="false"/>
- <handler name="modify_cam_action_handler" classname="com.cognos.cps.bseries.pogo.ModifyCAMActionHandler" request_root_name="request" cam_action="logonAs"/>
- <handler name="cps_modify_locale" classname="com.cognos.cps.bseries.pogo.ModifyLocaleHandler" request_root_name="request" request_locale="locale"/>
- <!-- handler for cps xts requests that requires authentication -->
- <handler name="xtscps_chain_auth" classname="com.cognos.pogo.handlers.regulate.RegulateRequestHandler" regulatedThreshold="0" blockedThreshold="0" requestTimeout="50" redirectPage="/locale_busy.html" regulated_handler="presentationService.unregulated_xtscps_chain_auth" attributeName="xts.regulate"/>
- <handler name="unregulated_xtscps_chain_auth" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="cps_modify_locale"/>
- <!-- enable this handler to have named user access to ReportNet for CPS when anonymous access is enabled in ReportNet -->
- <xxxhandler_ref name="modify_cam_action_handler"/>
-
- <handler_ref name="pogo.auth_check"/>
- <xxxhandler_ref name="xts_request_dumper"/>
- <_reqlog_handler_ref name="reqlog.preXTS"/>
- <handler_ref name="xtscps_handler"/>
- <_reqlog_handler_ref name="reqlog.postXTS"/>
- <xxxhandler_ref name="xts_response_dumper"/>
- <handler_ref name="pogo.respond"/>
-
- <handler_ref name="prepare_wsrp_fault_response"/>
- </chain>
- </handler>
- <!-- handler for cps xts requests that require no authentication -->
- <handler name="xtscps_chain_noauth" classname="com.cognos.pogo.handlers.regulate.RegulateRequestHandler" regulatedThreshold="0" blockedThreshold="0" requestTimeout="50" redirectPage="/locale_busy.html" regulated_handler="presentationService.unregulated_xtscps_chain_noauth" attributeName="xts.regulate"/>
- <handler name="unregulated_xtscps_chain_noauth" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="cps_modify_locale"/>
- <xxxhandler_ref name="xts_request_dumper"/>
-
- <_reqlog_handler_ref name="reqlog.preXTS"/>
- <handler_ref name="xtscps_handler"/>
- <_reqlog_handler_ref name="reqlog.postXTS"/>
- <xxxhandler_ref name="xts_response_dumper"/>
- <handler_ref name="pogo.respond"/>
-
- <handler_ref name="prepare_wsrp_fault_response"/>
- </chain>
- </handler>
- <!-- handler for cps request to get the wsdl document (requires no authentication)-->
- <handler name="xtscps_wsdl_chain_noauth" classname="com.cognos.pogo.handlers.regulate.RegulateRequestHandler" regulatedThreshold="0" blockedThreshold="0" requestTimeout="50" redirectPage="/locale_busy.html" regulated_handler="presentationService.unregulated_xtscps_wsdl_chain_noauth" attributeName="xts.regulate"/>
- <handler name="unregulated_xtscps_wsdl_chain_noauth" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <xxxhandler_ref name="xts_request_dumper"/>
-
- <_reqlog_handler_ref name="reqlog.preXTS"/>
- <handler_ref name="xts_handler"/>
- <_reqlog_handler_ref name="reqlog.postXTS"/>
- <xxxhandler_ref name="xts_response_dumper"/>
- <handler_ref name="pogo.respond"/>
-
- <handler_ref name="prepare_wsrp_fault_response"/>
- </chain>
- </handler>
- <!-- handlers for xtsdiag -->
- <handler name="xtsdiag_handler" classname="com.cognos.xts.request.XTSDiagnosticHandler" request_root_name="request" response_root_name="response" cleanup_list="cleanup"/>
- <!-- handler for xts diagnostic requests that does no authentication -->
- <handler name="xtsdiag_chain_noauth" classname="com.cognos.pogo.handlers.regulate.RegulateRequestHandler" regulatedThreshold="0" blockedThreshold="0" requestTimeout="50" redirectPage="/locale_busy.html" regulated_handler="presentationService.unregulated_xtsdiag_chain_noauth" attributeName="xts.regulate"/>
- <handler name="unregulated_xtsdiag_chain_noauth" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <xxxhandler_ref name="xts_request_dumper"/>
- <_reqlog_handler_ref name="reqlog.preXTS"/>
- <handler_ref name="xtsdiag_handler"/>
- <_reqlog_handler_ref name="reqlog.postXTS"/>
- <xxxhandler_ref name="xts_response_dumper"/>
- <handler_ref name="pogo.respond"/>
- </chain>
- </handler>
-
- <!-- Cognos Viewer -->
- <handler name="cognosViewerHandler" classname="com.cognos.viewer.controller.CognosViewerDispatcherHandler"/>
- <handler name="cognosViewerChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="pogo.auth_check"/>
- <handler_ref name="cognosViewerHandler"/>
- <handler_ref name="pogo.respond"/>
- <handler_ref name="presentationServiceReporter"/>
- </chain>
- </handler>
-
- <!-- Cognos Viewer Expeditor -->
- <handler name="cognosViewerExpeditorHandler" classname="com.cognos.viewer.controller.expeditor.CognosViewerExpeditorDispatcherHandler"/>
- <handler name="cognosViewerExpeditorChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="pogo.auth_check"/>
- <handler_ref name="cognosViewerExpeditorHandler"/>
- <handler_ref name="pogo.respond"/>
- <handler_ref name="presentationServiceReporter"/>
- </chain>
- </handler>
-
- <!-- Fragment Producer -->
- <handler name="fragmentServiceHandler" classname="com.cognos.portal.fragment.service.FragmentService" application="fragments"/>
- <handler name="fragmentChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="pogo.auth_check"/>
- <handler_ref name="fragmentServiceHandler"/>
- <handler_ref name="pogo.respond"/>
- </chain>
- </handler>
-
- <!-- Fragment WSRP -->
- <handler name="fragmentToWSRPServiceHandler" classname="com.cognos.portal.fragment.service.WSRPService" application="fragmentwsrp"/>
- <handler name="fragmentToWSRPChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="pogo.auth_check"/>
- <handler_ref name="fragmentToWSRPServiceHandler"/>
- <handler_ref name="pogo.respond"/>
- </chain>
- </handler>
- <handler name="fragmentToWSRPChainHandlerNoAuth" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="fragmentToWSRPServiceHandler"/>
- <handler_ref name="pogo.respond"/>
- </chain>
- </handler>
-
- <!-- CogAdmin -->
- <handler name="cogadminServiceHandler" classname="com.cognos.admin.service.CogAdminService" application="cogadmin"/>
- <handler name="cogadminChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="pogo.auth_check"/>
- <handler_ref name="cogadminServiceHandler"/>
- <handler_ref name="pogo.respond"/>
- </chain>
- </handler>
-
- <!-- CSS -->
- <handler name="cssServiceHandler" classname="com.cognos.portal.service.CssService"/>
- <handler name="cssChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="pogo.auth_check"/>
- <handler_ref name="cssServiceHandler"/>
- <handler_ref name="pogo.respond"/>
- </chain>
- </handler>
-
- <!-- Generic Portlet -->
- <handler name="portletServiceHandler" classname="com.cognos.cps.portlet.service.PortletService"/>
- <handler name="portletChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="pogo.auth_check"/>
- <handler_ref name="portletServiceHandler"/>
- <handler_ref name="pogo.respond"/>
- </chain>
- </handler>
-
- <!-- Fragment Server -->
- <handler name="dashboardServiceHandler" classname="com.cognos.portal.fragment.service.DashboardService" application="dashboard"/>
- <handler name="myportalServiceHandler" classname="com.cognos.portal.fragment.service.DashboardService" application="myportal"/>
- <handler name="dashboardChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="pogo.auth_check"/>
- <handler_ref name="dashboardServiceHandler"/>
- <handler_ref name="pogo.respond"/>
- </chain>
- </handler>
- <handler name="myportalChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="pogo.auth_check"/>
- <handler_ref name="myportalServiceHandler"/>
- <handler_ref name="pogo.respond"/>
- </chain>
- </handler>
-
- <!-- Atom feed -->
- <handler name="atomServiceHandler" classname="com.cognos.atom.service.AtomService" application="atom"/>
- <handler name="atomChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="pogo.auth_check"/>
- <handler_ref name="atomServiceHandler"/>
- <handler_ref name="pogo.respond"/>
- </chain>
- </handler>
-
- <!-- Remote fragment -->
- <handler name="remoteFragmentHandler" classname="com.cognos.portal.fragment.service.RemoteFragment" request_root_name="request" response_root_name="response"/>
- <handler name="remoteFragmentChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="pogo.auth_check"/>
- <handler_ref name="remoteFragmentHandler"/>
- <handler_ref name="pogo.respond"/>
- </chain>
- </handler>
- </handlers>
- <soapActions>
- <!-- the regular mapping -->
- <soapAction path="xts.run" handler="presentationService.xts_chain_auth"/>
- <soapAction path="onebox" handler="presentationService.xts_chain_auth"/>
- <soapAction path="iwidget" handler="presentationService.xts_chain_auth"/>
- <soapAction path="cm" handler="presentationService.xts_chain_auth"/>
- <soapAction path="find" handler="presentationService.xts_chain_auth"/>
- <soapAction path="rsvp" handler="presentationService.xts_chain_auth"/>
- <soapAction path="mda" handler="presentationService.xts_chain_auth"/>
- <soapAction path="xts.diag" handler="presentationService.xtsdiag_chain_noauth"/>
- <soapAction path="cps.run" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="cps.wsdl" handler="presentationService.xtscps_wsdl_chain_noauth"/>
- <soapAction path="nav.run" handler="presentationService.xtscps_chain_auth"/>
- <soapAction path="nav.wsdl" handler="presentationService.xtscps_wsdl_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:getMarkup" handler="presentationService.xtscps_chain_auth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:performBlockingInteraction" handler="presentationService.xtscps_chain_auth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:releaseSessions" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:initCookie" handler="presentationService.xtscps_chain_auth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:getServiceDescription" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:getPortletDescription" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:clonePortlet" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:destroyPortlets" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:setPortletProperties" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:getPortletProperties" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:getPortletPropertyDescription" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:register" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:deregister" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:modifyRegistration" handler="presentationService.xtscps_chain_noauth"/>
- <!-- Fragment Producer -->
- <soapAction path="fragments" handler="presentationService.fragmentChainHandler"/>
- <!-- Fragment WSRP -->
- <soapAction path="fragment.wsrp" handler="presentationService.fragmentToWSRPChainHandler"/>
- <soapAction path="fragment.wsrp.noauth" handler="presentationService.fragmentToWSRPChainHandlerNoAuth"/>
- <!-- CogAdmin -->
- <soapAction path="cogadmin" handler="presentationService.cogadminChainHandler"/>
- <!-- Fragment Server -->
- <soapAction path="dashboard" handler="presentationService.dashboardChainHandler"/>
- <soapAction path="myportal" handler="presentationService.myportalChainHandler"/>
- <!-- Atom feed -->
- <soapAction path="atom" handler="presentationService.atomChainHandler"/>
- <!-- always add a ".high" version -->
- <soapAction path="xts.run.high" handler="presentationService.xts_chain_auth"/>
- <soapAction path="xts.diag.high" handler="presentationService.xtsdiag_chain_noauth"/>
- <soapAction path="cps.run.high" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="cps.wsdl.high" handler="presentationService.xtscps_wsdl_chain_noauth"/>
- <soapAction path="nav.run.high" handler="presentationService.xtscps_chain_auth"/>
- <soapAction path="nav.wsdl.high" handler="presentationService.xtscps_wsdl_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:getMarkup.high" handler="presentationService.xtscps_chain_auth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:performBlockingInteraction.high" handler="presentationService.xtscps_chain_auth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:releaseSessions.high" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:initCookie.high" handler="presentationService.xtscps_chain_auth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:getServiceDescription.high" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:getPortletDescription.high" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:clonePortlet.high" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:destroyPortlets.high" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:setPortletProperties.high" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:getPortletProperties.high" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:getPortletPropertyDescription.high" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:register.high" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:deregister.high" handler="presentationService.xtscps_chain_noauth"/>
- <soapAction path="urn:oasis:names:tc:wsrp:v1:modifyRegistration.high" handler="presentationService.xtscps_chain_noauth"/>
- <!-- Fragment Producer -->
- <soapAction path="fragments.high" handler="presentationService.fragmentChainHandler"/>
- <!-- Fragment WSRP -->
- <soapAction path="fragment.wsrp.high" handler="presentationService.fragmentToWSRPChainHandler"/>
- <soapAction path="fragment.wsrp.noauth.high" handler="presentationService.fragmentToWSRPChainHandlerNoAuth"/>
- <!-- CogAdmin -->
- <soapAction path="cogadmin.high" handler="presentationService.cogadminChainHandler"/>
- <!-- Css -->
- <soapAction path="css" handler="presentationService.cssChainHandler"/>
- <soapAction path="css.high" handler="presentationService.cssChainHandler"/>
- <!-- Generic Portlet -->
- <soapAction path="portlet" handler="presentationService.portletChainHandler"/>
- <soapAction path="portlet.high" handler="presentationService.portletChainHandler"/>
- <!-- Fragment Server -->
- <soapAction path="dashboard.high" handler="presentationService.dashboardChainHandler"/>
- <soapAction path="myportal.high" handler="presentationService.myportalChainHandler"/>
- <!-- Atom feed -->
- <soapAction path="atom.high" handler="presentationService.atomChainHandler"/>
- <!-- Cognos Viewer -->
- <soapAction path="cognosViewer" handler="presentationService.cognosViewerChainHandler"/>
- <soapAction path="cvx" handler="presentationService.cognosViewerExpeditorChainHandler"/>
- <soapAction path="cvx.high" handler="presentationService.cognosViewerExpeditorChainHandler"/>
- <!-- Remote fragment -->
- <soapAction path="fragment.remote" handler="presentationService.remoteFragmentChainHandler"/>
- </soapActions>
- <attributes>
- <attribute>advancedSettings</attribute>
- </attributes>
-
- </service>
|