interface.xml 865 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: rspecupgrade
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <!-- COPYRIGHT_DATA { 'YEAR':[2005, 2009], 'RELEASE':['colorado_wave1'], 'VISIBLE':'YES', 'COMPONENT':'rspecupgrade' }-->
  10. <!--All lines above the COPYRIGHT_DATA line will be replaced when copyright notices are generated. -->
  11. <!--
  12. Morphlet interface used to have a SOAP service that upgrades report specifications to from one version to a later version.
  13. -->
  14. <interface targetNamespace="http://developer.cognos.com/schemas/reportservice/upgrade/1/" name="upgrade">
  15. <operation name="upgrade">
  16. <morphlet path="/reportservice/upgrade/rsupgrade.xts"/>
  17. </operation>
  18. </interface>