interface.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  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. <interface targetNamespace="http://developer.cognos.com/schemas/xts/portal/iPrompting/1/">
  13. <operation name="collect">
  14. <morphlet path="/portal/iPrompting/collect.xts"/>
  15. </operation>
  16. <operation name="forward">
  17. <morphlet path="/portal/iPrompting/forward.xts"/>
  18. </operation>
  19. <operation name="back">
  20. <morphlet path="/portal/iPrompting/back.xts"/>
  21. </operation>
  22. <operation name="wait">
  23. <morphlet path="/portal/iPrompting/wait.xts"/>
  24. </operation>
  25. <operation name="finish">
  26. <morphlet path="/portal/iPrompting/finish.xts"/>
  27. </operation>
  28. <operation name="cancel">
  29. <morphlet path="/portal/iPrompting/cancel.xts"/>
  30. </operation>
  31. </interface>