CMUpgradeScript_configuration_update_32.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233
  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. 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <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/">
  10. <SOAP-ENV:Header>
  11. <bus:biBusHeader/>
  12. </SOAP-ENV:Header>
  13. <SOAP-ENV:Body>
  14. <cm:update xmlns:cm="http://developer.cognos.com/schemas/bibus/3/">
  15. <objects xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="cm:baseClass[]">
  16. <item xsi:type="cm:configuration">
  17. <searchPath xsi:type="cm:stringProp">
  18. <value xsi:type="xsd:string">/configuration</value>
  19. </searchPath>
  20. <brsMaximumEMailAttachmentSize xsi:type="cm:intProp">
  21. <value xsi:type="xs:int">15</value>
  22. </brsMaximumEMailAttachmentSize>
  23. <rsMaximumEMailAttachmentSize xsi:type="cm:intProp">
  24. <value xsi:type="xs:int">15</value>
  25. </rsMaximumEMailAttachmentSize>
  26. </item>
  27. </objects>
  28. </cm:update>
  29. </SOAP-ENV:Body>
  30. </SOAP-ENV:Envelope>