interface.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: ps
  5. (C) Copyright IBM Corp. 2005, 2011
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <!--
  13. The iTestDataSource interface has only 1 method testDataSourceConnection.
  14. The method takes 3 parameters:
  15. o connectionString: The value of which is a connectionString.
  16. One or more of these can be provided, including dual-stack connection strings
  17. o credentials: The value of which is a credential.
  18. Only 1 can be supplied, and will be used for all connectionStrings supplied.
  19. o dispatcher: A single attribute named id is expected, which will contain the dispatcherID of the target dispathcer.
  20. 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.
  21. 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.
  22. -->
  23. <interface targetNamespace="http://developer.cognos.com/schemas/xts/portal/iTestDataSource/1/">
  24. <operation name="testDataSourceConnection">
  25. <morphlet path="/portal/iTestDataSource/test.xts"/>
  26. </operation>
  27. </interface>