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