interface.xml 626 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: AGS
  5. (C) Copyright IBM Corp. 2005, 2008
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <interface targetNamespace="http://developer.cognos.com/schemas/xts/ags/iFrmCmd/1/">
  9. <operation name="save">
  10. <morphlet path="/ags/iFrmCmd/save.xts"/>
  11. </operation>
  12. <operation name="delete">
  13. <morphlet path="/ags/iFrmCmd/delete.xts"/>
  14. </operation>
  15. <operation name="create">
  16. <morphlet path="/ags/iFrmCmd/create.xts"/>
  17. </operation>
  18. </interface>