zipi.xml 1.4 KB

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