myinbox.xml.pla 1.1 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: HTS
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <service name="myDashboardApps" class="com.cognos.pogo.services.SoapActionHandlerService" registerInCM="false" CMdefaultName="Fragment Server Service" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="services.xsd">
  9. <handlers>
  10. <handler name="myinboxServiceHandler" classname="com.cognos.portal.fragment.service.DashboardService" application="myinbox"/>
  11. <handler name="myinboxChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
  12. <chain>
  13. <handler_ref name="pogo.auth_check"/>
  14. <handler_ref name="myinboxServiceHandler"/>
  15. <handler_ref name="pogo.respond"/>
  16. </chain>
  17. </handler>
  18. </handlers>
  19. <soapActions>
  20. <soapAction path="myinbox" handler="myDashboardApps.myinboxChainHandler"/>
  21. </soapActions>
  22. </service>