updateSystemUserProfileSettings.xml 1.5 KB

1234567891011121314151617181920212223242526272829
  1. <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 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:xs="http://www.w3.org/2001/XMLSchema" xmlns:bus="http://developer.cognos.com/schemas/bibus/3/">
  2. <SOAP-ENV:Header>
  3. <bus:biBusHeader xsi:type="bus:biBusHeader">
  4. <bus:CAF xsi:type="bus:CAF">
  5. <contextID xsi:type="xsd:string">{{=it.cafContextId}}</contextID>
  6. </bus:CAF>
  7. </bus:biBusHeader>
  8. </SOAP-ENV:Header>
  9. <SOAP-ENV:Body>
  10. <cm1:update xmlns:cm1="http://developer.cognos.com/schemas/contentManagerService/1">
  11. <objects xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:baseClass[1]">
  12. <item xsi:type="bus:role">
  13. <searchPath xsi:type="bus:stringProp">
  14. <value xsi:type="xsd:string">/configuration/role[@name='System Profile Settings']</value>
  15. </searchPath>
  16. <userProfileSettings xsi:type="bus:anyTypeProp">
  17. <value xsi:type="xsd:string">{{=it.userProfileSettings}}</value>
  18. </userProfileSettings>
  19. </item>
  20. </objects>
  21. <options xsi:type="bus:updateOptions">
  22. <updateTenantIDRecursive xsi:type="xsd:boolean">false</updateTenantIDRecursive>
  23. <returnProperties xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:propEnum[]">
  24. <item xsi:type="bus:propEnum">userProfileSettings</item>
  25. </returnProperties>
  26. </options>
  27. </cm1:update>
  28. </SOAP-ENV:Body>
  29. </SOAP-ENV:Envelope>