activedispatcherinterceptservice.xml 961 B

123456789101112131415161718192021222324
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: DISP
  4. (C) Copyright IBM Corp. 2010, 2015
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  6. IBM Corp.
  7. -->
  8. <service xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./ ./services.xsd" name="SACamSrvcInternal" class="com.cognos.pogo.services.SoapActionHandlerService">
  9. <prerequisites>
  10. <prerequisite systemPropertyFail="com.ibm.cognos.pogo.noCM"/>
  11. </prerequisites>
  12. <handlers>
  13. <handler name="ActiveDispatcherInterceptHandler" classname="com.cognos.pogo.bibus.passthrough.ActiveDispatcherInterceptHandler">
  14. <intercepts>
  15. <soapAction>sacam</soapAction>
  16. <soapAction>http://www.ibm.com/xmlns/prod/cognos/sacamsrvc-auth/*/</soapAction>
  17. <soapAction>http://www.ibm.com/xmlns/prod/cognos/sacamsrvc-internal/*/</soapAction>
  18. </intercepts>
  19. </handler>
  20. </handlers>
  21. </service>