showerror.xml 719 B

12345678910111213141516171819
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: disp
  4. (C) Copyright IBM Corp. 2005 2010
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <service xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./ ./services.xsd" name="showError" class="com.cognos.pogo.services.SoapActionHandlerService" logStartStop="false">
  8. <handlers>
  9. <handler name="showError" classname="com.cognos.pogo.handlers.fault.FaultRequestHandler"/>
  10. </handlers>
  11. <soapActions>
  12. <!-- generate error messages using XTS -->
  13. <soapAction path="showError" handler="showError.showError"/>
  14. </soapActions>
  15. </service>