<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:query xmlns:cm1="http://developer.cognos.com/schemas/contentManagerService/1">
			<searchPath xsi:type="xsd:string">/configuration/role[@name='System Profile Settings']</searchPath>
			<properties xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:propEnum[]">
				<item xsi:type="bus:propEnum">userProfileSettings</item>
			</properties>
			<sortBy xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:sort[]"/>
			<options xsi:type="bus:queryOptions">
				<permission xsi:type="xsd:string"></permission>
				<schemaInfo xsi:type="xsd:boolean">false</schemaInfo>
				<skipObjects xsi:type="xsd:integer">0</skipObjects>
				<maxObjects xsi:type="xsd:integer">0</maxObjects>
				<dataEncoding xsi:type="bus:encodingEnum">base64</dataEncoding>
				<skipDataBytes xsi:type="xsd:integer">0</skipDataBytes>
				<maxDataBytes xsi:type="xsd:integer">0</maxDataBytes>
			</options>
		</cm1:query>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>