requests.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: CM
  5. (C) Copyright IBM Corp. 2009
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <requests xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  10. <request name="repositoryRulesQuery">
  11. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bus="http://developer.cognos.com/schemas/bibus/3/">
  12. <SOAP-ENV:Header>${HEADER}</SOAP-ENV:Header>
  13. <SOAP-ENV:Body>
  14. <cm1:queryMultipleCache xmlns:cm1="http://developer.cognos.com/schemas/contentManagerService/1" xmlns:cm="http://developer.cognos.com/schemas/bibus/3/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  15. <requests xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:queryRequest[]">
  16. <item xsi:type="bus:queryRequest">
  17. <search>${SEARCHPATH}</search>
  18. <properties>${PROPERTIES}</properties>
  19. <options>${OPTIONS}</options>
  20. <sortBy>${SORTBY}</sortBy>
  21. </item>
  22. </requests>
  23. <options xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:queryMultipleOptions[]">
  24. <cacheValidator xsi:type="xsd:string">${QUERY_VALIDATOR}</cacheValidator>
  25. </options>
  26. </cm1:queryMultipleCache>
  27. </SOAP-ENV:Body>
  28. </SOAP-ENV:Envelope>
  29. </request>
  30. <request name="repositoryRulesSignonQuery">
  31. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bus="http://developer.cognos.com/schemas/bibus/3/">
  32. <SOAP-ENV:Header>${HEADER}</SOAP-ENV:Header>
  33. <SOAP-ENV:Body>
  34. <cm1:queryMultipleCache xmlns:cm1="http://developer.cognos.com/schemas/contentManagerService/1" xmlns:cm="http://developer.cognos.com/schemas/bibus/3/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  35. <requests xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:queryRequest[]">
  36. <item xsi:type="bus:queryRequest">
  37. <search>${DATASOURCE_SEARCHPATH}</search>
  38. <properties>${PROPERTIES}</properties>
  39. <options>${OPTIONS}</options>
  40. <sortBy>${SORTBY}</sortBy>
  41. </item>
  42. </requests>
  43. <options xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:queryMultipleOptions[]">
  44. <cacheValidator xsi:type="xsd:string">${DATASOURCE_VALIDATOR}</cacheValidator>
  45. </options>
  46. </cm1:queryMultipleCache>
  47. </SOAP-ENV:Body>
  48. </SOAP-ENV:Envelope>
  49. </request>
  50. </requests>