123456789101112131415 |
- <!--
- 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 name="testping" class="com.cognos.pogo.services.SoapActionHandlerService" logStartStop="false">
- <soapActions>
- <soapAction path="testping" handler="bal.testping"/>
- </soapActions>
- </service>
|