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="autoCAFinder" class="com.cognos.pogo.services.SoapActionHandlerService" logStartStop="false">
- <handlers>
- <handler name="finder" classname="com.cognos.accman.autoca.service.autoCAFinder"/>
- </handlers>
- <soapActions>
- <!-- access autoCA (on some other tomcat) via this dispatcher -->
- <soapAction path="autoCAFinder" handler="autoCAFinder.finder"/>
- <soapAction path="http://developer.cognos.com/schemas/autoCAFinder/1" handler="autoCAFinder.finder"/>
- <soapAction path="http://www.ibm.com/xmlns/prod/cognos/autoCAFinder/*/" handler="autoCAFinder.finder"/>
- </soapActions>
- </service>
|