planningmapping.xml 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: disp
  5. (C) Copyright IBM Corp. 2005 2014
  6. US Government Users Restricted Rights - Use, duplication
  7. or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. -->
  8. <service name="planningmapping" class="com.cognos.pogo.services.DefaultHandlerService"
  9. logStartStop="false">
  10. <handlers>
  11. <handler name="lookup"
  12. classname="com.cognos.pogo.handlers.logic.TableLookupHandler"
  13. keyName="request.soapaction" resultName="request.soapaction">
  14. <lookup
  15. from="http://www.ibm.com/xmlns/prod/cognos/planningDataService/*/"
  16. to="http://developer.cognos.com/schemas/planningDataService/1" />
  17. <lookup
  18. from="http://www.ibm.com/xmlns/prod/cognos/planningDataService/*/.session"
  19. to="http://developer.cognos.com/schemas/planningDataService/1.session" />
  20. <lookup
  21. from="http://www.ibm.com/xmlns/prod/cognos/planningDataService/*/.absolute"
  22. to="http://developer.cognos.com/schemas/planningDataService/1.absolute" />
  23. <lookup
  24. from="http://www.ibm.com/xmlns/prod/cognos/planningDataService/*/.control"
  25. to="http://developer.cognos.com/schemas/planningDataService/1.control" />
  26. <lookup
  27. from="http://www.ibm.com/xmlns/prod/cognos/planningDataService/*/.server"
  28. to="http://developer.cognos.com/schemas/planningDataService/1.server" />
  29. <lookup
  30. from="http://www.ibm.com/xmlns/prod/cognos/planningAdministrationConsoleService/*/"
  31. to="http://developer.cognos.com/schemas/planningAdministrationConsoleService/1" />
  32. <lookup
  33. from="http://www.ibm.com/xmlns/prod/cognos/planningAdministrationConsoleService/*/.session"
  34. to="http://developer.cognos.com/schemas/planningAdministrationConsoleService/1.session" />
  35. <lookup
  36. from="http://www.ibm.com/xmlns/prod/cognos/planningAdministrationConsoleService/*/.absolute"
  37. to="http://developer.cognos.com/schemas/planningAdministrationConsoleService/1.absolute" />
  38. <lookup
  39. from="http://www.ibm.com/xmlns/prod/cognos/planningAdministrationConsoleService/*/.control"
  40. to="http://developer.cognos.com/schemas/planningAdministrationConsoleService/1.control" />
  41. <lookup
  42. from="http://www.ibm.com/xmlns/prod/cognos/planningAdministrationConsoleService/*/.server"
  43. to="http://developer.cognos.com/schemas/planningAdministrationConsoleService/1.server" />
  44. <lookup
  45. from="http://www.ibm.com/xmlns/prod/cognos/planningRuntimeService/*/"
  46. to="http://developer.cognos.com/schemas/planningRuntimeService/1" />
  47. <lookup
  48. from="http://www.ibm.com/xmlns/prod/cognos/planningRuntimeService/*/.session"
  49. to="http://developer.cognos.com/schemas/planningRuntimeService/1.session" />
  50. <lookup
  51. from="http://www.ibm.com/xmlns/prod/cognos/planningRuntimeService/*/.absolute"
  52. to="http://developer.cognos.com/schemas/planningRuntimeService/1.absolute" />
  53. <lookup
  54. from="http://www.ibm.com/xmlns/prod/cognos/planningRuntimeService/*/.control"
  55. to="http://developer.cognos.com/schemas/planningRuntimeService/1.control" />
  56. <lookup
  57. from="http://www.ibm.com/xmlns/prod/cognos/planningRuntimeService/*/.server"
  58. to="http://developer.cognos.com/schemas/planningRuntimeService/1.server" />
  59. <lookup
  60. from="http://www.ibm.com/xmlns/prod/cognos/planningTaskService/*/"
  61. to="http://developer.cognos.com/schemas/planningTaskService/1" />
  62. <lookup
  63. from="http://www.ibm.com/xmlns/prod/cognos/planningTaskService/*/.session"
  64. to="http://developer.cognos.com/schemas/planningTaskService/1.session" />
  65. <lookup
  66. from="http://www.ibm.com/xmlns/prod/cognos/planningTaskService/*/.absolute"
  67. to="http://developer.cognos.com/schemas/planningTaskService/1.absolute" />
  68. <lookup
  69. from="http://www.ibm.com/xmlns/prod/cognos/planningTaskService/*/.control"
  70. to="http://developer.cognos.com/schemas/planningTaskService/1.control" />
  71. <lookup
  72. from="http://www.ibm.com/xmlns/prod/cognos/planningTaskService/*/.server"
  73. to="http://developer.cognos.com/schemas/planningTaskService/1.server" />
  74. </handler>
  75. </handlers>
  76. </service>