123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: CM
- (C) Copyright IBM Corp. 2008, 2009
- 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). -->
- <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/">
- <SOAP-ENV:Header>
- <bus:biBusHeader/>
- </SOAP-ENV:Header>
- <SOAP-ENV:Body>
- <cm:delete xmlns:cm="http://developer.cognos.com/schemas/bibus/3/">
- <search xsi:type="xsd:string">//installedComponent</search>
- <options xsi:type="cm:queryOptions">
- <recursive xsi:type="xsd:boolean">true</recursive>
- <force xsi:type="xsd:boolean">true</force>
- </options>
- </cm:delete>
- </SOAP-ENV:Body>
- </SOAP-ENV:Envelope>
|