CMUpgradeScript_installedComponent_delete.xml 1.1 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: CM
  5. (C) Copyright IBM Corp. 2008, 2009
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  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. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bus="http://developer.cognos.com/schemas/bibus/3/">
  12. <SOAP-ENV:Header>
  13. <bus:biBusHeader/>
  14. </SOAP-ENV:Header>
  15. <SOAP-ENV:Body>
  16. <cm:delete xmlns:cm="http://developer.cognos.com/schemas/bibus/3/">
  17. <search xsi:type="xsd:string">//installedComponent</search>
  18. <options xsi:type="cm:queryOptions">
  19. <recursive xsi:type="xsd:boolean">true</recursive>
  20. <force xsi:type="xsd:boolean">true</force>
  21. </options>
  22. </cm:delete>
  23. </SOAP-ENV:Body>
  24. </SOAP-ENV:Envelope>