autoCAService.xml 882 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="autoCAService" class="com.cognos.pogo.services.SoapActionHandlerService" logStartStop="false">
  10. <handlers>
  11. <handler name="ca" classname="com.cognos.accman.autoca.service.autoCAService"/>
  12. </handlers>
  13. <soapActions>
  14. <!-- access autoCA (on some other tomcat) via this dispatcher -->
  15. <soapAction path="autoCAService" handler="autoCAService.ca"/>
  16. <soapAction path="http://developer.cognos.com/schemas/autoCAService/1" handler="autoCAService.ca"/>
  17. <soapAction path="http://www.ibm.com/xmlns/prod/cognos/autoCAService/*/" handler="autoCAService.ca"/>
  18. </soapActions>
  19. </service>