jcamservice.xml 898 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: AutoCA
  5. (C) Copyright IBM Corp. 2016
  6. US Government Users Restricted Rights - Use, duplication or
  7. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <service name="jcamservice" xmlns:xsi="http://www.w3.org/2001/XMLScchema-instance" xsi:schemaLocation="./ ./services.xsd" class="com.cognos.pogo.services.SoapActionHandlerService" registerInCM="false" logStartStop="false">
  10. <handlers>
  11. <handler name="keysrvc" classname="com.ibm.bi.jcamservice.JCAMService"/>
  12. <handler name="keysync" classname="com.cognos.pogo.handlers.logic.ChainHandler">
  13. <chain>
  14. <handler_ref name="keysrvc"/>
  15. <handler_ref name="pogo.respond"/>
  16. </chain>
  17. </handler>
  18. </handlers>
  19. <soapActions>
  20. <soapAction path="jcamservice" handler="jcamservice.keysync"/>
  21. </soapActions>
  22. </service>