CMUpgradeScript_configuration_update_15.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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:update xmlns:cm="http://developer.cognos.com/schemas/bibus/3/">
  17. <objects xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="cm:baseClass[]">
  18. <item xsi:type="cm:configuration">
  19. <searchPath xsi:type="cm:stringProp">
  20. <value xsi:type="xsd:string">/configuration</value>
  21. </searchPath>
  22. <brsPDFCharacterEncoding xsi:type="cm:pdfCharacterEncodingEnumProp">
  23. <value xsi:type="cm:pdfCharacterEncodingEnum">auto</value>
  24. </brsPDFCharacterEncoding>
  25. <brsPDFCompressionLevel xsi:type="cm:intProp">
  26. <value xsi:type="xsd:int">9</value>
  27. </brsPDFCompressionLevel>
  28. <brsPDFCompressionType xsi:type="cm:pdfCompressionTypeEnumProp">
  29. <value xsi:type="cm:pdfCompressionTypeEnum">classic</value>
  30. </brsPDFCompressionType>
  31. <brsPDFEmbedFonts xsi:type="cm:pdfFontEmbeddingEnumProp">
  32. <value xsi:type="cm:pdfFontEmbeddingEnum">allow</value>
  33. </brsPDFEmbedFonts>
  34. <rsPDFCharacterEncoding xsi:type="cm:pdfCharacterEncodingEnumProp">
  35. <value xsi:type="cm:pdfCharacterEncodingEnum">auto</value>
  36. </rsPDFCharacterEncoding>
  37. <rsPDFCompressionLevel xsi:type="cm:intProp">
  38. <value xsi:type="xsd:int">9</value>
  39. </rsPDFCompressionLevel>
  40. <rsPDFCompressionType xsi:type="cm:pdfCompressionTypeEnumProp">
  41. <value xsi:type="cm:pdfCompressionTypeEnum">classic</value>
  42. </rsPDFCompressionType>
  43. <rsPDFEmbedFonts xsi:type="cm:pdfFontEmbeddingEnumProp">
  44. <value xsi:type="cm:pdfFontEmbeddingEnum">allow</value>
  45. </rsPDFEmbedFonts>
  46. </item>
  47. </objects>
  48. </cm:update>
  49. </SOAP-ENV:Body>
  50. </SOAP-ENV:Envelope>