loadTreeData.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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/" xmlns:rns1="http://developer.cognos.com/schemas/reportService/1">
  2. <SOAP-ENV:Header>
  3. <bus:biBusHeader xsi:type="bus:biBusHeader">
  4. <bus:tracking xsi:type="bus:tracking">
  5. {{=it.conversationContext}}
  6. </bus:tracking>
  7. <bus:CAF xsi:type="bus:CAF">
  8. <contextID xsi:type="xsd:string">{{=it.cafContextId}}</contextID>
  9. </bus:CAF>
  10. </bus:biBusHeader>
  11. </SOAP-ENV:Header>
  12. <SOAP-ENV:Body>
  13. <rns1:getPromptValues>
  14. <bus:conversation xsi:type="bus:asynchRequest">
  15. {{=it.conversation}}
  16. </bus:conversation>
  17. {{=it.parameterValues}}
  18. <bus:options SOAP-ENC:arrayType="bus:option[]" xsi:type="SOAP-ENC:Array">
  19. <item xsi:type="bus:asynchOptionInt">
  20. <bus:name xsi:type="bus:asynchOptionEnum">primaryWaitThreshold</bus:name>
  21. <bus:value xsi:type="xsd:int">0</bus:value>
  22. </item>
  23. <item xsi:type="bus:asynchOptionInt">
  24. <bus:name xsi:type="bus:asynchOptionEnum">secondaryWaitThreshold</bus:name>
  25. <bus:value xsi:type="xsd:int">0</bus:value>
  26. </item>
  27. <item xsi:type="bus:runOptionAnyURI">
  28. <bus:name xsi:type="bus:runOptionEnum">xslURL</bus:name>
  29. <bus:value xsi:type="xsd:string">null.xsl</bus:value>
  30. </item>
  31. <item xsi:type="bus:asynchOptionEncoding">
  32. <bus:name xsi:type="bus:asynchOptionEnum">attachmentEncoding</bus:name>
  33. <bus:value xsi:type="bus:encodingEnum">base64</bus:value>
  34. </item>
  35. </bus:options>
  36. </rns1:getPromptValues>
  37. </SOAP-ENV:Body>
  38. </SOAP-ENV:Envelope>