1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?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:update xmlns:cm="http://developer.cognos.com/schemas/bibus/3/">
- <objects xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="cm:baseClass[]">
- <item xsi:type="cm:configuration">
- <searchPath xsi:type="cm:stringProp">
- <value xsi:type="xsd:string">/configuration</value>
- </searchPath>
- <brsPDFCharacterEncoding xsi:type="cm:pdfCharacterEncodingEnumProp">
- <value xsi:type="cm:pdfCharacterEncodingEnum">auto</value>
- </brsPDFCharacterEncoding>
- <brsPDFCompressionLevel xsi:type="cm:intProp">
- <value xsi:type="xsd:int">9</value>
- </brsPDFCompressionLevel>
- <brsPDFCompressionType xsi:type="cm:pdfCompressionTypeEnumProp">
- <value xsi:type="cm:pdfCompressionTypeEnum">classic</value>
- </brsPDFCompressionType>
- <brsPDFEmbedFonts xsi:type="cm:pdfFontEmbeddingEnumProp">
- <value xsi:type="cm:pdfFontEmbeddingEnum">allow</value>
- </brsPDFEmbedFonts>
- <rsPDFCharacterEncoding xsi:type="cm:pdfCharacterEncodingEnumProp">
- <value xsi:type="cm:pdfCharacterEncodingEnum">auto</value>
- </rsPDFCharacterEncoding>
- <rsPDFCompressionLevel xsi:type="cm:intProp">
- <value xsi:type="xsd:int">9</value>
- </rsPDFCompressionLevel>
- <rsPDFCompressionType xsi:type="cm:pdfCompressionTypeEnumProp">
- <value xsi:type="cm:pdfCompressionTypeEnum">classic</value>
- </rsPDFCompressionType>
- <rsPDFEmbedFonts xsi:type="cm:pdfFontEmbeddingEnumProp">
- <value xsi:type="cm:pdfFontEmbeddingEnum">allow</value>
- </rsPDFEmbedFonts>
- </item>
- </objects>
- </cm:update>
- </SOAP-ENV:Body>
- </SOAP-ENV:Envelope>
|