request.xml 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <SOAP-ENV:Envelope
  3. xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
  4. xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
  5. SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
  6. xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
  7. xmlns:xsd='http://www.w3.org/2001/XMLSchema'
  8. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  9. xmlns:bus='http://developer.cognos.com/schemas/bibus/3/'
  10. xmlns:rns1='http://developer.cognos.com/schemas/reportService/1'>
  11. <SOAP-ENV:Header>
  12. <bus:biBusHeader xsi:type="bus:biBusHeader">
  13. <bus:CAM xsi:type="bus:CAM">
  14. <authenticityToken xsi:type="xsd:base64Binary">{{cam}}</authenticityToken>
  15. </bus:CAM>
  16. <bus:CAF xsi:type="bus:CAF">
  17. <contextID xsi:type="xsd:string">{{caf}}</contextID>
  18. </bus:CAF>
  19. <bus:hdrSession xsi:type="bus:hdrSession">
  20. <bus:formFieldVars SOAP-ENC:arrayType="bus:formFieldVar[]" xsi:type="SOAP-ENC:Array">
  21. <item xsi:type="bus:formFieldVar">
  22. <name xsi:type="xsd:string">_ContextBlockSize</name>
  23. <value xsi:type="xsd:string">1000000</value>
  24. </item>
  25. <item xsi:type="bus:formFieldVar">
  26. <name xsi:type="xsd:string">ignoreXHTMLStrict</name>
  27. <value xsi:type="xsd:string">true</value>
  28. </item>
  29. </bus:formFieldVars>
  30. </bus:hdrSession>
  31. <bus:userPreferenceVars SOAP-ENC:arrayType="bus:userPreferenceVar[]" xsi:type="SOAP-ENC:Array">
  32. <item>
  33. <bus:name xsi:type="xsd:string">productLocale</bus:name>
  34. <bus:value xsi:type="xsd:string">de</bus:value>
  35. </item>
  36. <item>
  37. <bus:name xsi:type="xsd:string">contentLocale</bus:name>
  38. <bus:value xsi:type="xsd:string">de-de</bus:value>
  39. </item>
  40. </bus:userPreferenceVars>
  41. <bus:dispatcherTransportVars xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:dispatcherTransportVar[]">
  42. <item xsi:type="bus:dispatcherTransportVar">
  43. <name xsi:type="xsd:string">rs</name>
  44. <value xsi:type="xsd:string">true</value>
  45. </item>
  46. </bus:dispatcherTransportVars>
  47. </bus:biBusHeader>
  48. </SOAP-ENV:Header>
  49. <SOAP-ENV:Body>
  50. <rns1:run>
  51. <bus:objectPath xsi:type="bus:searchPathSingleObject">storeID(&quot;{{report.id}}&quot;)</bus:objectPath>
  52. <bus:parameterValues
  53. xmlns:bus='http://developer.cognos.com/schemas/bibus/3/'
  54. xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
  55. xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
  56. SOAP-ENC:arrayType="bus:parameterValue[]" xsi:type="SOAP-ENC:Array">
  57. </bus:parameterValues>
  58. <bus:options SOAP-ENC:arrayType="bus:option[]" xsi:type="SOAP-ENC:Array">
  59. <item xsi:type="bus:genericOptionAnyURI">
  60. <bus:name xsi:type="xsd:string">runOptionEnum#globalParameters</bus:name>
  61. <bus:value xsi:type="xsd:string">[]</bus:value>
  62. </item>
  63. <item xsi:type="bus:asynchOptionInt">
  64. <bus:name xsi:type="bus:asynchOptionEnum">primaryWaitThreshold</bus:name>
  65. <bus:value xsi:type="xsd:int">500</bus:value>
  66. </item>
  67. <item xsi:type="bus:asynchOptionInt">
  68. <bus:name xsi:type="bus:asynchOptionEnum">secondaryWaitThreshold</bus:name>
  69. <bus:value xsi:type="xsd:int">30</bus:value>
  70. </item>
  71. <item xsi:type="bus:runOptionStringArray">
  72. <bus:name xsi:type="bus:runOptionEnum">outputFormat</bus:name>
  73. <bus:value xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[1]">
  74. <item>XHTML</item>
  75. </bus:value>
  76. </item>
  77. <item xsi:type="bus:asynchOptionEncoding">
  78. <bus:name xsi:type="bus:asynchOptionEnum">attachmentEncoding</bus:name>
  79. <bus:value xsi:type="bus:encodingEnum">MIME</bus:value>
  80. </item>
  81. <item xsi:type="bus:runOptionAnyURI">
  82. <bus:name xsi:type="bus:runOptionEnum">xslURL</bus:name>
  83. <bus:value xsi:type="xsd:string">V5html_viewer.xsl</bus:value>
  84. </item>
  85. <item xsi:type="bus:runOptionString">
  86. <bus:name xsi:type="bus:runOptionEnum">promptFormat</bus:name>
  87. <bus:value xsi:type="xsd:string">XHTMLFRGMT</bus:value>
  88. </item>
  89. <item xsi:type="bus:runOptionBoolean">
  90. <bus:name xsi:type="bus:runOptionEnum">prompt</bus:name>
  91. <bus:value xsi:type="xsd:boolean">{{prompt}}</bus:value>
  92. </item>
  93. <item xsi:type="bus:runOptionAnyURI">
  94. <bus:name xsi:type="bus:runOptionEnum">outputLocation</bus:name>
  95. <bus:value xsi:type="xsd:string">http://developer.cognos.com/ceba/constants/temporaryObjectLocationEnum#serverFileSystem</bus:value>
  96. </item>
  97. <item xsi:type="bus:runOptionData">
  98. <bus:name xsi:type="bus:runOptionEnum">data</bus:name>
  99. <bus:value xsi:type="bus:dataEnum">runWithAllData</bus:value>
  100. </item>
  101. <item xsi:type="bus:genericOptionBoolean">
  102. <bus:name xsi:type="xsd:string">http://developer.cognos.com/ceba/constants/systemOptionEnum#accessibilityFeatures</bus:name>
  103. <bus:value xsi:type="xsd:boolean">false</bus:value>
  104. </item>
  105. <item xsi:type="bus:genericOptionBoolean">
  106. <bus:name xsi:type="xsd:string">http://developer.cognos.com/ceba/constants/biDirectionalOptionEnum#biDirectionalFeaturesEnabled</bus:name>
  107. <bus:value xsi:type="xsd:boolean">false</bus:value>
  108. </item>
  109. <item xsi:type="bus:runOptionBoolean">
  110. <bus:name xsi:type="bus:runOptionEnum">returnOutputWhenAvailable</bus:name>
  111. <bus:value xsi:type="xsd:boolean">true</bus:value>
  112. </item>
  113. <item xsi:type="bus:runOptionNameValueArray">
  114. <bus:name xsi:type="bus:runOptionEnum">xslParameters</bus:name>
  115. <bus:value xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:nameValue[]">
  116. <item xsi:type="bus:nameValue">
  117. <name xsi:type="xsd:string">CVGateway</name>
  118. <value xsi:type="xsd:string">../v1/disp</value>
  119. </item>
  120. <item xsi:type="bus:nameValue">
  121. <name xsi:type="xsd:string">renderIntermediateXML</name>
  122. <value xsi:type="xsd:string">false</value>
  123. </item>
  124. <item xsi:type="bus:nameValue">
  125. <name xsi:type="xsd:string">renderEnvironment</name>
  126. <value xsi:type="xsd:string">false</value>
  127. </item>
  128. </bus:value>
  129. </item>
  130. <item xsi:type="bus:genericOptionBoolean">
  131. <bus:name xsi:type="xsd:string">http://developer.cognos.com/ceba/constants/runOptionEnum#interactive</bus:name>
  132. <bus:value xsi:type="xsd:boolean">true</bus:value>
  133. </item>
  134. <item xsi:type="bus:genericOptionAnyURI">
  135. <bus:name xsi:type="xsd:string">http://developer.cognos.com/ceba/constants/runOptionEnum#promptXslUrl</bus:name>
  136. <bus:value xsi:type="xsd:string">V5html_viewer.xsl</bus:value>
  137. </item>
  138. </bus:options>
  139. </rns1:run>
  140. </SOAP-ENV:Body>
  141. </SOAP-ENV:Envelope>