cpsproducers.xml 1.1 KB

12345678910111213141516171819202122232425262728
  1. <service xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./ ./services.xsd" loadPriority="500" name="cpsproducers" class="com.cognos.pogo.services.SoapActionHandlerService" registerInCM="false" CMdefaultName="CPS Producer Registration Service">
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cpscrn
  5. (C) Copyright IBM Corp. 2005, 2011
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <handlers>
  13. <handler name="cpsServiceHandler" classname="com.cognos.cps.bseries.pogo.ProducerRegistrationHandler"/>
  14. <handler name="cpsChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
  15. <chain>
  16. <handler_ref name="pogo.auth_check"/>
  17. <handler_ref name="cpsServiceHandler"/>
  18. <handler_ref name="pogo.respond"/>
  19. </chain>
  20. </handler>
  21. </handlers>
  22. <soapActions>
  23. <soapAction path="cpsproducers" handler="cpsproducers.cpsChainHandler"/>
  24. </soapActions>
  25. </service>