contentManagerClient.xml 973 B

123456789101112131415161718192021222324252627282930
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: CM
  4. (C) Copyright IBM Corp. 2011, 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure
  6. restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. contentManagerClient.xml is the dispatcher configuration file for the
  10. Content Manager Client "service". The Content Manager Client "service"
  11. provides some alternatives to the standard ContentManager (CM)
  12. BI BUS SOAP-based APIs.
  13. -->
  14. <service xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  15. xsi:schemaLocation="./ ./services.xsd"
  16. name="cmClientService"
  17. class="com.cognos.pogo.services.SoapActionHandlerService"
  18. logStartStop="false">
  19. <handlers>
  20. <handler name="cmGetData"
  21. classname="com.cognos.cm.client.GetDataHandler"/>
  22. </handlers>
  23. <soapActions>
  24. <soapAction path="http://www.ibm.com/xmlns/prod/cognos/cmGetData/*/" handler="cmClientService.cmGetData"/>
  25. </soapActions>
  26. </service>