pdc.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!--
  2. IBM Confidential
  3. OCO Source Materials
  4. BI and PM: PDC
  5. (C) Copyright IBM Corp. 2012, 2013
  6. The source code for this program is not published or otherwise
  7. divested of its trade secrets, irrespective of what has been
  8. deposited with the U.S. Copyright Office.
  9. -->
  10. <service name="pdc" class="com.cognos.pogo.services.DefaultHandlerService"
  11. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  12. xsi:noNamespaceSchemaLocation="E:\ccs_sb\main\src\dispatcher\p2pd\etc\services\services.xsd"
  13. loadPriority="10"
  14. registerInCM="false"
  15. CMdefaultName="PDC">
  16. <handlers>
  17. <handler name="pdcServiceHandler"
  18. classname="com.ibm.cognos.pdc.core.ehcache.pogo.EhCacheDispatcherHandler"
  19. skip_on_fault="false"/>
  20. <handler name="pdcChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
  21. <chain>
  22. <handler_ref name="pogo.auth_check"/>
  23. <handler_ref name="pdcServiceHandler" skip_on_fault="false"/>
  24. <handler_ref name="pogo.respond" skip_on_fault="false"/>
  25. </chain>
  26. </handler>
  27. </handlers>
  28. <soapActions>
  29. <soapAction path="pdc" handler="pdc.pdcChainHandler"/>
  30. </soapActions>
  31. </service>