1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: CCS
- (c) Copyright IBM Corp. 2010, 2011.
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <commands xmlns="http://www.ibm.com/xmlns/intern/cognos/rdsplugin/201011">
- <SOAPAction>http://test.com.soapaction</SOAPAction>
- <RESTPath>tst</RESTPath>
- <restCommands>
- <command>
- <name>test</name>
- <handler>com.cognos.ccs.test.component.rds.command.DummyExtensionCommand</handler>
- </command>
- </restCommands>
- <soapCommands>
- <command>
- <name>testrequest</name>
- <handler>com.cognos.ccs.test.component.rds.command.DummyExtensionCommand</handler>
- </command>
- </soapCommands>
- </commands>
|