12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: AutoCA
- (C) Copyright IBM Corp. 2016
- US Government Users Restricted Rights - Use, duplication or
- disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <service name="jcamservice" xmlns:xsi="http://www.w3.org/2001/XMLScchema-instance" xsi:schemaLocation="./ ./services.xsd" class="com.cognos.pogo.services.SoapActionHandlerService" registerInCM="false" logStartStop="false">
- <handlers>
- <handler name="keysrvc" classname="com.ibm.bi.jcamservice.JCAMService"/>
- <handler name="keysync" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="keysrvc"/>
- <handler_ref name="pogo.respond"/>
- </chain>
- </handler>
- </handlers>
- <soapActions>
- <soapAction path="jcamservice" handler="jcamservice.keysync"/>
- </soapActions>
- </service>
|