Forráskód Böngészése

c11 ohne p_Zeitraum

gc-server6 1 éve
szülő
commit
d3bc45218d

+ 1 - 1
cognos11/c11_export.py

@@ -69,7 +69,7 @@ class c11_export:
                 return False
             params["p_Von"] = {"2022-10-12": "12.10.2022"}
             params["p_Bis"] = {"2022-10-12": "12.10.2022"}
-            params["p_Zeitraum"] = {"Einzelne Monate": "Einzelne Monate"}
+            # params["p_Zeitraum"] = {"Einzelne Monate": "Einzelne Monate"}
 
             for k, v in report["meta"]["optional"].items():
                 if k in ["p_Zeit", "p_Auswahl_Monate", "p_12_Monate"]:

BIN
dist/c11.exe


+ 50 - 0
dist/templates/create_report.xml

@@ -0,0 +1,50 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/' 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/' xmlns:rns1='http://developer.cognos.com/schemas/reportService/1'>
+    <SOAP-ENV:Header>
+        <bus:biBusHeader xsi:type="bus:biBusHeader">
+            <bus:CAM xsi:type="bus:CAM">
+                <authenticityToken xsi:type="xsd:base64Binary">{{cam}}</authenticityToken>
+            </bus:CAM>
+            <bus:CAF xsi:type="bus:CAF">
+                <contextID xsi:type="xsd:string">{{caf}}</contextID>
+            </bus:CAF>
+            <bus:userPreferenceVars SOAP-ENC:arrayType="bus:userPreferenceVar[]" xsi:type="SOAP-ENC:Array">
+                <item>
+                    <bus:name xsi:type="xsd:string">productLocale</bus:name>
+                    <bus:value xsi:type="xsd:string">de</bus:value>
+                </item>
+                <item>
+                    <bus:name xsi:type="xsd:string">contentLocale</bus:name>
+                    <bus:value xsi:type="xsd:string">de-de</bus:value>
+                </item>
+            </bus:userPreferenceVars>
+            <bus:dispatcherTransportVars xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:dispatcherTransportVar[]">
+                <item xsi:type="bus:dispatcherTransportVar">
+                    <name xsi:type="xsd:string">rs</name>
+                    <value xsi:type="xsd:string">true</value>
+                </item>
+            </bus:dispatcherTransportVars>
+        </bus:biBusHeader>
+    </SOAP-ENV:Header>
+    <SOAP-ENV:Body>
+        <rns1:add>
+            <parentPath>{{search_path}}</parentPath>
+            <object xsi:type="bus:report">
+                <defaultName>
+                    <value xsi:type="xsd:string">{{report_name}}</value>
+                </defaultName>
+                <specification>
+                    <value xsi:type="xsd:string" xml:space="preserve">{{unstubbed}}</value>
+                </specification>
+                <parameters xsi:type="bus:parameterValueArrayProp" SOAP-ENC:arrayType="bus:parameterValue[]">
+                    <value xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:parameterValue[]"></value>
+                </parameters>
+                <runInAdvancedViewer xsi:type="bus:booleanProp">
+                    <value xsi:type="xsd:boolean">true</value>
+                </runInAdvancedViewer>
+            </object>
+            <options xsi:type="bus:addOptions">
+                <updateAction xsi:type="bus:updateActionEnum">fail</updateAction>
+            </options>
+        </rns1:add>
+    </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>

+ 131 - 0
dist/templates/get_package.xml

@@ -0,0 +1,131 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/' 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/' xmlns:rns1='http://developer.cognos.com/schemas/reportService/1'>
+    <SOAP-ENV:Header>
+        <bus:biBusHeader xsi:type="bus:biBusHeader">
+            <bus:CAM xsi:type="bus:CAM">
+                <authenticityToken xsi:type="xsd:base64Binary">{{cam}}</authenticityToken>
+            </bus:CAM>
+            <bus:CAF xsi:type="bus:CAF">
+                <contextID xsi:type="xsd:string">{{caf}}</contextID>
+            </bus:CAF>
+            <bus:userPreferenceVars SOAP-ENC:arrayType="bus:userPreferenceVar[]" xsi:type="SOAP-ENC:Array">
+                <item>
+                    <bus:name xsi:type="xsd:string">productLocale</bus:name>
+                    <bus:value xsi:type="xsd:string">de</bus:value>
+                </item>
+                <item>
+                    <bus:name xsi:type="xsd:string">contentLocale</bus:name>
+                    <bus:value xsi:type="xsd:string">de-de</bus:value>
+                </item>
+            </bus:userPreferenceVars>
+            <bus:dispatcherTransportVars xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:dispatcherTransportVar[]">
+                <item xsi:type="bus:dispatcherTransportVar">
+                    <name xsi:type="xsd:string">rs</name>
+                    <value xsi:type="xsd:string">true</value>
+                </item>
+            </bus:dispatcherTransportVars>
+        </bus:biBusHeader>
+    </SOAP-ENV:Header>
+    <SOAP-ENV:Body>
+        <rns1:runSpecification>
+            <bus:specification xsi:type="bus:reportServiceMetadataSpecification">
+                <bus:value xsi:type="bus:specification">&lt;metadataRequest connection=&quot;/content/folder[@name=&amp;apos;GC&amp;apos;]/folder[@name=&amp;apos;Packages&amp;apos;]/package[@name=&amp;apos;V_Verkauf&amp;apos;]/model[@name=&amp;apos;2021-04-19T08:31:52.816Z&amp;apos;]&quot;&gt;
+			&lt;Metadata authoringLocale=&quot;de&quot; xml:lang=&quot;&quot; Depth=&quot;2&quot; start_atPath=&quot;&quot; no_collections=&quot;1&quot; _enumLabels=&quot;1&quot;&gt;
+				&lt;Properties&gt;
+					&lt;!-- Properties we want for all elements  --&gt;
+					&lt;Property name=&quot;*/@name&quot;/&gt;
+					&lt;Property name=&quot;*/@_path&quot;/&gt;
+					&lt;Property name=&quot;*/@_ref&quot;/&gt;
+					&lt;Property name=&quot;*/@isNamespace&quot;/&gt;
+					&lt;Property name=&quot;*/@screenTip&quot;/&gt;
+					&lt;Property name=&quot;*/@description&quot;/&gt;
+					&lt;Property name=&quot;*/@calcType&quot;/&gt;
+					&lt;Property name=&quot;*/@parentChild&quot;/&gt;
+					&lt;Property name=&quot;*/@_IntrinsicPropertiesOff&quot;/&gt;
+		
+					&lt;Property name=&quot;./dimension&quot;/&gt;
+					&lt;Property name=&quot;dimension/@type&quot;/&gt;
+		
+					&lt;Property name=&quot;./queryItem&quot;/&gt;
+					&lt;Property name=&quot;queryItem/@datatype&quot;/&gt;
+					&lt;Property name=&quot;queryItem/@currency&quot;/&gt;
+					&lt;Property name=&quot;queryItem/@usage&quot;/&gt;
+					&lt;Property name=&quot;queryItem/@regularAggregate&quot;/&gt;
+					&lt;Property name=&quot;queryItem/@promptType&quot;/&gt;
+					&lt;Property name=&quot;queryItem/@promptFilterItemRef&quot;/&gt;
+					&lt;Property name=&quot;queryItem/@promptDisplayItemRef&quot;/&gt;
+					&lt;Property name=&quot;queryItem/@promptUseItemRef&quot;/&gt;
+					&lt;Property name=&quot;queryItem/@promptCascadeOnRef&quot;/&gt;
+					&lt;Property name=&quot;queryItem/@unSortable&quot;/&gt;
+					&lt;Property name=&quot;queryItem/@displayType&quot;/&gt;
+					&lt;Property name=&quot;queryItem/@_isMemberProperty&quot;/&gt;
+		
+					&lt;Property name=&quot;./calculation&quot;/&gt;
+					&lt;Property name=&quot;calculation/@currency&quot;/&gt;
+					&lt;Property name=&quot;calculation/@usage&quot;/&gt;
+					&lt;Property name=&quot;calculation/@regularAggregate&quot;/&gt;
+					&lt;Property name=&quot;calculation/@promptType&quot;/&gt;
+					&lt;Property name=&quot;calculation/@promptFilterItemRef&quot;/&gt;
+					&lt;Property name=&quot;calculation/@promptDisplayItemRef&quot;/&gt;
+					&lt;Property name=&quot;calculation/@promptUseItemRef&quot;/&gt;
+					&lt;Property name=&quot;calculation/@promptCascadeOnRef&quot;/&gt;
+					&lt;Property name=&quot;calculation/@unSortable&quot;/&gt;
+					&lt;Property name=&quot;calculation/@displayType&quot;/&gt;
+					&lt;Property name=&quot;calculation/@calcType&quot;/&gt;
+					&lt;Property name=&quot;calculation/@datatype&quot;/&gt;
+					&lt;Property name=&quot;calculation/@hierarchies&quot;/&gt;
+					&lt;Property name=&quot;calculation/@dimensions&quot;/&gt;
+		
+					&lt;Property name=&quot;./measure&quot;/&gt;
+					&lt;Property name=&quot;measure/@datatype&quot;/&gt;
+					&lt;Property name=&quot;measure/@currency&quot;/&gt;
+					&lt;Property name=&quot;measure/@isHierarchical&quot;/&gt;
+					&lt;Property name=&quot;measure/@regularAggregate&quot;/&gt;
+		
+					&lt;Property name=&quot;./folder&quot;/&gt;
+					&lt;Property name=&quot;./measureFolder&quot;/&gt;
+					&lt;Property name=&quot;./querySubject&quot;/&gt;
+					&lt;Property name=&quot;./queryItemFolder&quot;/&gt;
+					&lt;Property name=&quot;./queryItemFolder/@datatype&quot;/&gt;
+					&lt;Property name=&quot;./filter&quot;/&gt;
+					&lt;Property name=&quot;./hierarchy&quot;/&gt;
+					&lt;Property name=&quot;./hierarchyFolder&quot;/&gt;
+					&lt;Property name=&quot;./level&quot;/&gt;
+					
+					&lt;Property name=&quot;./hierarchyNamedSet&quot;/&gt;
+					&lt;Property name=&quot;hierarchyNamedSet/@dimensions&quot;/&gt;
+					&lt;Property name=&quot;hierarchyNamedSet/@hierarchies&quot;/&gt;
+				&lt;/Properties&gt;
+				
+			&lt;/Metadata&gt;
+		&lt;/metadataRequest&gt;</bus:value>
+            </bus:specification>
+            <bus:parameterValues xmlns:bus='http://developer.cognos.com/schemas/bibus/3/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/' SOAP-ENC:arrayType="bus:parameterValue[]" xsi:type="SOAP-ENC:Array"></bus:parameterValues>
+            <bus:options SOAP-ENC:arrayType="bus:option[]" xsi:type="SOAP-ENC:Array">
+                <item xsi:type="bus:asynchOptionInt">
+                    <bus:name xsi:type="bus:asynchOptionEnum">primaryWaitThreshold</bus:name>
+                    <bus:value xsi:type="xsd:int">300</bus:value>
+                </item>
+                <item xsi:type="bus:asynchOptionInt">
+                    <bus:name xsi:type="bus:asynchOptionEnum">secondaryWaitThreshold</bus:name>
+                    <bus:value xsi:type="xsd:int">30</bus:value>
+                </item>
+                <item xsi:type="bus:runOptionBoolean">
+                    <bus:name xsi:type="bus:runOptionEnum">prompt</bus:name>
+                    <bus:value xsi:type="xsd:boolean">false</bus:value>
+                </item>
+                <item xsi:type="bus:asynchOptionEncoding">
+                    <bus:name xsi:type="bus:asynchOptionEnum">attachmentEncoding</bus:name>
+                    <bus:value xsi:type="bus:encodingEnum">MIME</bus:value>
+                </item>
+                <item xsi:type="bus:runOptionString">
+                    <bus:name xsi:type="bus:runOptionEnum">promptFormat</bus:name>
+                    <bus:value xsi:type="xsd:string">XHTMLFRGMT</bus:value>
+                </item>
+                <item xsi:type="bus:genericOptionAnyURI">
+                    <bus:name xsi:type="xsd:string">http://developer.cognos.com/ceba/constants/runOptionEnum#promptXslUrl</bus:name>
+                    <bus:value xsi:type="xsd:string">V5html_viewer.xsl</bus:value>
+                </item>
+            </bus:options>
+        </rns1:runSpecification>
+    </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>

+ 159 - 0
dist/templates/get_report.xml

@@ -0,0 +1,159 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SOAP-ENV:Envelope
+	xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
+	xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
+    SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+	xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
+	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/'
+	xmlns:rns1='http://developer.cognos.com/schemas/reportService/1'>
+	<SOAP-ENV:Header>
+		<bus:biBusHeader xsi:type="bus:biBusHeader">
+			<bus:CAM xsi:type="bus:CAM">
+				<authenticityToken xsi:type="xsd:base64Binary">{{cam}}</authenticityToken>
+			</bus:CAM>
+			<bus:CAF xsi:type="bus:CAF">
+				<contextID xsi:type="xsd:string">{{caf}}</contextID>
+			</bus:CAF>
+			<bus:hdrSession xsi:type="bus:hdrSession">
+				<bus:formFieldVars SOAP-ENC:arrayType="bus:formFieldVar[]" xsi:type="SOAP-ENC:Array">
+					<item xsi:type="bus:formFieldVar">
+						<name xsi:type="xsd:string">_ContextBlockSize</name>
+						<value xsi:type="xsd:string">1000000</value>
+					</item>
+					<item xsi:type="bus:formFieldVar">
+						<name xsi:type="xsd:string">ignoreXHTMLStrict</name>
+						<value xsi:type="xsd:string">true</value>
+					</item>
+				</bus:formFieldVars>
+			</bus:hdrSession>
+			<bus:userPreferenceVars SOAP-ENC:arrayType="bus:userPreferenceVar[]" xsi:type="SOAP-ENC:Array">
+				<item>
+					<bus:name xsi:type="xsd:string">productLocale</bus:name>
+					<bus:value xsi:type="xsd:string">de</bus:value>
+				</item>
+				<item>
+					<bus:name xsi:type="xsd:string">contentLocale</bus:name>
+					<bus:value xsi:type="xsd:string">de-de</bus:value>
+				</item>
+			</bus:userPreferenceVars>
+			<bus:dispatcherTransportVars xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:dispatcherTransportVar[]">
+				<item xsi:type="bus:dispatcherTransportVar">
+					<name xsi:type="xsd:string">rs</name>
+					<value xsi:type="xsd:string">true</value>
+				</item>
+			</bus:dispatcherTransportVars>
+			<bus:tracking
+				xmlns:bus="http://developer.cognos.com/schemas/bibus/3/"
+				xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="bus:tracking">{{tracking}}</bus:tracking>
+		</bus:biBusHeader>
+	</SOAP-ENV:Header>
+	<SOAP-ENV:Body>
+		<rns1:run>
+			<bus:objectPath xsi:type="bus:searchPathSingleObject">storeID(&quot;{{report.id}}&quot;)</bus:objectPath>
+			<bus:parameterValues
+				xmlns:bus='http://developer.cognos.com/schemas/bibus/3/'
+				xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
+				xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/' 
+                SOAP-ENC:arrayType="bus:parameterValue[{{params|count}}]" xsi:type="SOAP-ENC:Array">
+{% for key, p in params.items() %}
+				<item xsi:type="bus:parameterValue">
+					<bus:name xsi:type="xs:string">{{key}}</bus:name>
+					<bus:value xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:parmValueItem[{{p|count}}]">
+{% for use, display in p.items() %}
+						<item xsi:type="bus:simpleParmValueItem">
+							<bus:inclusive xsi:type="xs:boolean">true</bus:inclusive>
+							<bus:display xsi:type="xs:string">{{display}}</bus:display>
+							<bus:use xsi:type="xs:string">{{use}}</bus:use>
+						</item>
+{% endfor %}
+					</bus:value>
+				</item>
+{% endfor %}
+			</bus:parameterValues>
+
+			<bus:options SOAP-ENC:arrayType="bus:option[]" xsi:type="SOAP-ENC:Array">
+				<item xsi:type="bus:genericOptionAnyURI">
+					<bus:name xsi:type="xsd:string">runOptionEnum#globalParameters</bus:name>
+					<bus:value xsi:type="xsd:string">[]</bus:value>
+				</item>
+				<item xsi:type="bus:asynchOptionInt">
+					<bus:name xsi:type="bus:asynchOptionEnum">primaryWaitThreshold</bus:name>
+					<bus:value xsi:type="xsd:int">600</bus:value>
+				</item>
+				<item xsi:type="bus:asynchOptionInt">
+					<bus:name xsi:type="bus:asynchOptionEnum">secondaryWaitThreshold</bus:name>
+					<bus:value xsi:type="xsd:int">600</bus:value>
+				</item>
+				<item xsi:type="bus:runOptionStringArray">
+					<bus:name xsi:type="bus:runOptionEnum">outputFormat</bus:name>
+					<bus:value xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[1]">
+						<item>{{format}}</item>
+					</bus:value>
+				</item>
+				<item xsi:type="bus:asynchOptionEncoding">
+					<bus:name xsi:type="bus:asynchOptionEnum">attachmentEncoding</bus:name>
+					<bus:value xsi:type="bus:encodingEnum">MIME</bus:value>
+				</item>
+				<item xsi:type="bus:runOptionAnyURI">
+					<bus:name xsi:type="bus:runOptionEnum">xslURL</bus:name>
+					<bus:value xsi:type="xsd:string">V5html_viewer.xsl</bus:value>
+				</item>
+				<item xsi:type="bus:runOptionString">
+					<bus:name xsi:type="bus:runOptionEnum">promptFormat</bus:name>
+					<bus:value xsi:type="xsd:string">XHTMLFRGMT</bus:value>
+				</item>
+				<item xsi:type="bus:runOptionBoolean">
+					<bus:name xsi:type="bus:runOptionEnum">prompt</bus:name>
+					<bus:value xsi:type="xsd:boolean">{{prompt}}</bus:value>
+				</item>
+				<item xsi:type="bus:runOptionAnyURI">
+					<bus:name xsi:type="bus:runOptionEnum">outputLocation</bus:name>
+					<bus:value xsi:type="xsd:string">http://developer.cognos.com/ceba/constants/temporaryObjectLocationEnum#serverFileSystem</bus:value>
+				</item>
+				<item xsi:type="bus:runOptionData">
+					<bus:name xsi:type="bus:runOptionEnum">data</bus:name>
+					<bus:value xsi:type="bus:dataEnum">runWithAllData</bus:value>
+				</item>
+				<item xsi:type="bus:genericOptionBoolean">
+					<bus:name xsi:type="xsd:string">http://developer.cognos.com/ceba/constants/systemOptionEnum#accessibilityFeatures</bus:name>
+					<bus:value xsi:type="xsd:boolean">false</bus:value>
+				</item>
+				<item xsi:type="bus:genericOptionBoolean">
+					<bus:name xsi:type="xsd:string">http://developer.cognos.com/ceba/constants/biDirectionalOptionEnum#biDirectionalFeaturesEnabled</bus:name>
+					<bus:value xsi:type="xsd:boolean">false</bus:value>
+				</item>
+				<item xsi:type="bus:runOptionBoolean">
+					<bus:name xsi:type="bus:runOptionEnum">returnOutputWhenAvailable</bus:name>
+					<bus:value xsi:type="xsd:boolean">true</bus:value>
+				</item>
+				<item xsi:type="bus:runOptionNameValueArray">
+					<bus:name xsi:type="bus:runOptionEnum">xslParameters</bus:name>
+					<bus:value xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:nameValue[]">
+						<item xsi:type="bus:nameValue">
+							<name xsi:type="xsd:string">CVGateway</name>
+							<value xsi:type="xsd:string">../v1/disp</value>
+						</item>
+						<item xsi:type="bus:nameValue">
+							<name xsi:type="xsd:string">renderIntermediateXML</name>
+							<value xsi:type="xsd:string">false</value>
+						</item>
+						<item xsi:type="bus:nameValue">
+							<name xsi:type="xsd:string">renderEnvironment</name>
+							<value xsi:type="xsd:string">false</value>
+						</item>
+					</bus:value>
+				</item>
+				<item xsi:type="bus:genericOptionBoolean">
+					<bus:name xsi:type="xsd:string">http://developer.cognos.com/ceba/constants/runOptionEnum#interactive</bus:name>
+					<bus:value xsi:type="xsd:boolean">true</bus:value>
+				</item>
+				<item xsi:type="bus:genericOptionAnyURI">
+					<bus:name xsi:type="xsd:string">http://developer.cognos.com/ceba/constants/runOptionEnum#promptXslUrl</bus:name>
+					<bus:value xsi:type="xsd:string">V5html_viewer.xsl</bus:value>
+				</item>
+			</bus:options>
+		</rns1:run>
+	</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>

+ 47 - 0
dist/templates/update_report.xml

@@ -0,0 +1,47 @@
+<SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/' 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/' xmlns:rns1='http://developer.cognos.com/schemas/reportService/1'>
+    <SOAP-ENV:Header>
+        <bus:biBusHeader xsi:type="bus:biBusHeader">
+            <bus:CAM xsi:type="bus:CAM">
+                <authenticityToken xsi:type="xsd:base64Binary">{{cam}}</authenticityToken>
+            </bus:CAM>
+            <bus:CAF xsi:type="bus:CAF">
+                <contextID xsi:type="xsd:string">{{caf}}</contextID>
+            </bus:CAF>
+            <bus:userPreferenceVars SOAP-ENC:arrayType="bus:userPreferenceVar[]" xsi:type="SOAP-ENC:Array">
+                <item>
+                    <bus:name xsi:type="xsd:string">productLocale</bus:name>
+                    <bus:value xsi:type="xsd:string">de</bus:value>
+                </item>
+                <item>
+                    <bus:name xsi:type="xsd:string">contentLocale</bus:name>
+                    <bus:value xsi:type="xsd:string">de-de</bus:value>
+                </item>
+            </bus:userPreferenceVars>
+            <bus:dispatcherTransportVars xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:dispatcherTransportVar[]">
+                <item xsi:type="bus:dispatcherTransportVar">
+                    <name xsi:type="xsd:string">rs</name>
+                    <value xsi:type="xsd:string">true</value>
+                </item>
+            </bus:dispatcherTransportVars>
+        </bus:biBusHeader>
+    </SOAP-ENV:Header>
+    <SOAP-ENV:Body>
+        <rns1:update>
+            <object xsi:type="bus:report">
+                <searchPath>
+                    <value xsi:type="xsd:string">{{search_path}}</value>
+                </searchPath>
+                <specification>
+                    <value xsi:type="xsd:string" xml:space="preserve">{{unstubbed}}</value>
+                </specification>
+                <parameters xsi:type="bus:parameterValueArrayProp" SOAP-ENC:arrayType="bus:parameterValue[]">
+                    <value xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:parameterValue[]"></value>
+                </parameters>
+                <runInAdvancedViewer xsi:type="bus:booleanProp">
+                    <value xsi:type="xsd:boolean">true</value>
+                </runInAdvancedViewer>
+            </object>
+            <options xsi:type="bus:updateOptions"/>
+        </rns1:update>
+    </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>