getParameters.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. {{? it.routingServerGroup }}
  5. <bus:routing xsi:type="bus:routingInfo">
  6. <routingServerGroup xsi:type="xsd:string">{{=it.routingServerGroup}}</routingServerGroup>
  7. </bus:routing>
  8. {{?}}
  9. <bus:CAF xsi:type="bus:CAF">
  10. <contextID xsi:type="xsd:string">{{=it.cafContextId}}</contextID>
  11. </bus:CAF>
  12. </bus:biBusHeader>
  13. </SOAP-ENV:Header>
  14. <SOAP-ENV:Body>
  15. <rns1:getParameters>
  16. <bus:objectPath xsi:type="bus:searchPathSingleObject">{{=it.objectPath}}</bus:objectPath>
  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:runOptionBoolean">
  28. <bus:name xsi:type="bus:runOptionEnum">layoutParameters</bus:name>
  29. <bus:value xsi:type="xsd:boolean">true</bus:value>
  30. </item>
  31. <item xsi:type="bus:runOptionBoolean">
  32. <bus:name xsi:type="bus:runOptionEnum">prompt</bus:name>
  33. <bus:value xsi:type="xsd:boolean">false</bus:value>
  34. </item>
  35. <item xsi:type="bus:runOptionAnyURI">
  36. <bus:name xsi:type="bus:runOptionEnum">xslURL</bus:name>
  37. <bus:value xsi:type="xsd:string">null.xsl</bus:value>
  38. </item>
  39. <item xsi:type="bus:asynchOptionEncoding">
  40. <bus:name xsi:type="bus:asynchOptionEnum">attachmentEncoding</bus:name>
  41. <bus:value xsi:type="bus:encodingEnum">base64</bus:value>
  42. </item>
  43. </bus:options>
  44. </rns1:getParameters>
  45. </SOAP-ENV:Body>
  46. </SOAP-ENV:Envelope>