test.xml 786 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: CCS
  5. (c) Copyright IBM Corp. 2010, 2011.
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <commands xmlns="http://www.ibm.com/xmlns/intern/cognos/rdsplugin/201011">
  9. <SOAPAction>http://test.com.soapaction</SOAPAction>
  10. <RESTPath>tst</RESTPath>
  11. <restCommands>
  12. <command>
  13. <name>test</name>
  14. <handler>com.cognos.ccs.test.component.rds.command.DummyExtensionCommand</handler>
  15. </command>
  16. </restCommands>
  17. <soapCommands>
  18. <command>
  19. <name>testrequest</name>
  20. <handler>com.cognos.ccs.test.component.rds.command.DummyExtensionCommand</handler>
  21. </command>
  22. </soapCommands>
  23. </commands>