12345678910111213141516 |
- <!--
- Licensed Materials - Property of IBM
- BI and PM: OMBRIDGE
- (C) Copyright IBM Corp. 2010, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <service name="bridge" class="com.cognos.pogo.services.DefaultHandlerService" loadPriority="-10" logStartStop="false">
- <handlers>
- <handler name="request" classname="com.cognos.pogo.pdk.soapaction.BridgeRequestHandler"/>
- <handler name="response" classname="com.cognos.pogo.pdk.soapaction.BridgeResponseHandler"/>
- </handlers>
- </service>
|