autoCAFinder.xml 890 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: AutoCA
  5. (C) Copyright IBM Corp. 2005, 2012
  6. US Government Users Restricted Rights - Use, duplication or
  7. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <service name="autoCAFinder" class="com.cognos.pogo.services.SoapActionHandlerService" logStartStop="false">
  10. <handlers>
  11. <handler name="finder" classname="com.cognos.accman.autoca.service.autoCAFinder"/>
  12. </handlers>
  13. <soapActions>
  14. <!-- access autoCA (on some other tomcat) via this dispatcher -->
  15. <soapAction path="autoCAFinder" handler="autoCAFinder.finder"/>
  16. <soapAction path="http://developer.cognos.com/schemas/autoCAFinder/1" handler="autoCAFinder.finder"/>
  17. <soapAction path="http://www.ibm.com/xmlns/prod/cognos/autoCAFinder/*/" handler="autoCAFinder.finder"/>
  18. </soapActions>
  19. </service>