123456789101112131415161718192021 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: AGS
- (C) Copyright IBM Corp. 2005, 2008
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <interface targetNamespace="http://developer.cognos.com/schemas/xts/ags/iFrmCmd/1/">
- <operation name="save">
- <morphlet path="/ags/iFrmCmd/save.xts"/>
- </operation>
- <operation name="delete">
- <morphlet path="/ags/iFrmCmd/delete.xts"/>
- </operation>
- <operation name="create">
- <morphlet path="/ags/iFrmCmd/create.xts"/>
- </operation>
- </interface>
|