burstDistributionService.xml 1.5 KB

12345678910111213141516171819202122232425262728
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: bds
  4. (C) Copyright IBM Corp. 2012, 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <service xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./ ./services.xsd" name="burstDistributionService" class="com.cognos.pogo.services.SoapActionHandlerService" registerInCM="false" CMdefaultName="burstDistributionService">
  8. <handlers>
  9. <handler name="burstDistributionServiceHandler" classname="com.ibm.cognos.bds.handler.BurstHandler"/>
  10. <handler name="burstChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
  11. <chain>
  12. <handler_ref name="pogo.auth_check"/>
  13. <handler_ref name="burstDistributionServiceHandler"/>
  14. <handler_ref name="pogo.respond"/>
  15. </chain>
  16. </handler>
  17. </handlers>
  18. <soapActions>
  19. <soapAction path="http://www.ibm.com/xmlns/prod/cognos/burstDistributionService/*/" handler="burstDistributionService.burstChainHandler"/>
  20. <soapAction path="http://www.ibm.com/xmlns/prod/cognos/burstDistributionService/*/.absolute" handler="burstDistributionService.burstChainHandler"/>
  21. <soapAction path="http://www.ibm.com/xmlns/prod/cognos/burstDistributionService/*/.control" handler="burstDistributionService.burstChainHandler"/>
  22. <soapAction path="http://www.ibm.com/xmlns/prod/cognos/burstDistributionService/*/.session" handler="burstDistributionService.burstChainHandler"/>
  23. </soapActions>
  24. </service>