123456789101112131415161718192021 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: AutoCA
- (C) Copyright IBM Corp. 2005, 2012
- US Government Users Restricted Rights - Use, duplication or
- disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <service name="autoCAService" class="com.cognos.pogo.services.SoapActionHandlerService" logStartStop="false">
- <handlers>
- <handler name="ca" classname="com.cognos.accman.autoca.service.autoCAService"/>
- </handlers>
- <soapActions>
- <!-- access autoCA (on some other tomcat) via this dispatcher -->
- <soapAction path="autoCAService" handler="autoCAService.ca"/>
- <soapAction path="http://developer.cognos.com/schemas/autoCAService/1" handler="autoCAService.ca"/>
- <soapAction path="http://www.ibm.com/xmlns/prod/cognos/autoCAService/*/" handler="autoCAService.ca"/>
- </soapActions>
- </service>
|