Java_DimensionManagementServiceTest_Explain.html 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: DOCS
  4. (C) Copyright IBM Corp. 2008, 2009
  5. US Government Users Restricted Rights - Use, duplication or
  6. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <HTML>
  9. <HEAD>
  10. <TITLE>IBM Cognos Java DimensionManagementServiceTest Program Sample</TITLE>
  11. <link rel="STYLESHEET" type="text/css" href="../../../webcontent/samples/samplesFonts.css">
  12. </HEAD>
  13. <BODY>
  14. <p class="headerTitle"><img src="../../../webcontent/samples/sdk/asp/images/go_logo_small.gif">&nbsp;IBM Cognos Sample Programs</p>
  15. <p class="FormLabel">DimensionManagementServiceTest.java - a sample test program for the dimensionManagementService.</p>
  16. <p class="formText">The Java DimensionManagementServiceTest sample program shows how to run dimensionManagementService requests in IBM Cognos.</p>
  17. <br>
  18. <!-- * * * * * * * * * -->
  19. <!-- -->
  20. <!-- Dependent Files -->
  21. <!-- -->
  22. <!-- * * * * * * * * * -->
  23. <p class="FormLabel">Dependent Files</p>
  24. <p class="formText">Associated files are contained under the java sample folder.<br>
  25. Additional files required for running are identified in the CLASSPATH definitions in run.bat file.<br>
  26. IBM Cognos dimensionManagementService must be installed and configured as explained in the IBM Cognos Business Viewpoint Install Guide.
  27. IBM Cognos Business Viewpoint Server must be started.<br></p>
  28. <!-- * * * * * * * * * -->
  29. <!-- -->
  30. <!-- How To Run -->
  31. <!-- -->
  32. <!-- * * * * * * * * * -->
  33. <p class="FormLabel">How To Run The Sample Program</p>
  34. <p class="formText">Double click on the file run.bat. Connect to IBM Cognos.<br><br>
  35. A window will be opened containing:<br>
  36. &nbsp;&nbsp;&nbsp;&nbsp;- IBM Cognos URL text box<br>
  37. &nbsp;&nbsp;&nbsp;&nbsp;- Run Request command button<br>
  38. &nbsp;&nbsp;&nbsp;&nbsp;- Clear command button<br>
  39. &nbsp;&nbsp;&nbsp;&nbsp;- XML API Request input pane<br>
  40. &nbsp;&nbsp;&nbsp;&nbsp;- XML API Response output pane<br>
  41. <br>
  42. Open an XML file that contains a valid IBM Cognos Business Viewpoint request. The request must conform to the schema of the Business Viewpoint XML API. Click on the 'Run Request' button to run the XML API request. The test program will send the request to IBM Cognos dimensionManagementService. The service will forward the request to IBM Cognos Business Viewpoint Server.</p>
  43. <!-- * * * * * * * * * -->
  44. <!-- -->
  45. <!-- Expected Results -->
  46. <!-- -->
  47. <!-- * * * * * * * * * -->
  48. <p class="FormLabel">Expected Results</p>
  49. <p class="formText">The output pane will display the XML response returned by IBM Cognos Business Viewpoint Server. The response will conform to the schema of the Business Viewpoint XML API.
  50. </p>
  51. <!-- * * * * * * * * * -->
  52. <!-- -->
  53. <!-- Documentation -->
  54. <!-- -->
  55. <!-- * * * * * * * * * -->
  56. <p class="FormLabel">Documentation</p>
  57. <p class="formText">The IBM Cognos Software Development Kit Developer Guide contains additional information about the samples. See the chapter titled 'Methods' and the appendix titled 'Code Samples and Language-Specific Coding Practices'.</p>
  58. <p class="formText">Please note that the samples are not intended to be treated as end-user applications. Refer to the sample code for examples of how to use the API when developing your own applications.</p>
  59. </BODY>
  60. </HTML>