<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/">
	<SOAP-ENV:Header>
		<bus:biBusHeader xsi:type="bus:biBusHeader">
			<bus:CAF xsi:type="bus:CAF">
				<contextID xsi:type="xsd:string">{{=it.cafContextId}}</contextID>
			</bus:CAF>
		</bus:biBusHeader>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>
		<cm1:update xmlns:cm1="http://developer.cognos.com/schemas/contentManagerService/1">
			<objects xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:baseClass[1]">
				<item xsi:type="bus:role">
					<searchPath xsi:type="bus:stringProp">
						<value xsi:type="xsd:string">/configuration/role[@name='System Profile Settings']</value>
					</searchPath>
					<userProfileSettings xsi:type="bus:anyTypeProp">
						<value xsi:type="xsd:string">{{=it.userProfileSettings}}</value>
					</userProfileSettings>
				</item>
			</objects>
			<options xsi:type="bus:updateOptions">
				<updateTenantIDRecursive xsi:type="xsd:boolean">false</updateTenantIDRecursive>
				<returnProperties xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:propEnum[]">
					<item xsi:type="bus:propEnum">userProfileSettings</item>
				</returnProperties>
			</options>
		</cm1:update>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>