123456789101112131415161718192021222324 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: DISP
- (C) Copyright IBM Corp. 2010, 2015
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
- IBM Corp.
- -->
- <service xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./ ./services.xsd" name="SACamSrvcInternal" class="com.cognos.pogo.services.SoapActionHandlerService">
- <prerequisites>
- <prerequisite systemPropertyFail="com.ibm.cognos.pogo.noCM"/>
- </prerequisites>
- <handlers>
- <handler name="ActiveDispatcherInterceptHandler" classname="com.cognos.pogo.bibus.passthrough.ActiveDispatcherInterceptHandler">
- <intercepts>
- <soapAction>sacam</soapAction>
- <soapAction>http://www.ibm.com/xmlns/prod/cognos/sacamsrvc-auth/*/</soapAction>
- <soapAction>http://www.ibm.com/xmlns/prod/cognos/sacamsrvc-internal/*/</soapAction>
- </intercepts>
- </handler>
- </handlers>
- </service>
|