12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ps
- (C) Copyright IBM Corp. 2005, 2011
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <!--
- The iTestDataSource interface has only 1 method testDataSourceConnection.
- The method takes 3 parameters:
- o connectionString: The value of which is a connectionString.
- One or more of these can be provided, including dual-stack connection strings
- o credentials: The value of which is a credential.
- Only 1 can be supplied, and will be used for all connectionStrings supplied.
- o dispatcher: A single attribute named id is expected, which will contain the dispatcherID of the target dispathcer.
- Zero or more of these can be provided. In the case where none are provided an undirected request will be issued for each of the connectionString tests.
- In the case of a dual-stack connection string the two parts of the connection string will be split and tested as separate connection strings.
-
- -->
- <interface targetNamespace="http://developer.cognos.com/schemas/xts/portal/iTestDataSource/1/">
- <operation name="testDataSourceConnection">
- <morphlet path="/portal/iTestDataSource/test.xts"/>
- </operation>
- </interface>
|