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