1234567891011121314151617181920212223242526272829303132333435 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ps
- (C) Copyright IBM Corp. 2005, 2011
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <interface targetNamespace="http://developer.cognos.com/schemas/xts/portal/iPrompting/1/">
- <operation name="collect">
- <morphlet path="/portal/iPrompting/collect.xts"/>
- </operation>
- <operation name="forward">
- <morphlet path="/portal/iPrompting/forward.xts"/>
- </operation>
- <operation name="back">
- <morphlet path="/portal/iPrompting/back.xts"/>
- </operation>
- <operation name="wait">
- <morphlet path="/portal/iPrompting/wait.xts"/>
- </operation>
- <operation name="finish">
- <morphlet path="/portal/iPrompting/finish.xts"/>
- </operation>
- <operation name="cancel">
- <morphlet path="/portal/iPrompting/cancel.xts"/>
- </operation>
- </interface>
|