Integration Guide for Oracle Billing Insight > Configuring a Content Management Server >

Integrating Oracle Billing Insight With Other Content Management Systems


You can integrate other content management systems with Oracle Billing Insight to store batch report and statement files. By default, Command Center jobs store the generated batch report files and billing statement PDF and DAISY (Digital Accessible Information System) audio files to the local file system. If you want to use Oracle WebCenter for content management, see Configuring Oracle Billing Insight With Oracle WebCenter Content.

Follow these steps to integrate Oracle Billing Insight with other content management systems.

To integrate Oracle Billing Insight with a content management system

  1. Open the integration.xma.xml file, located in the following directory:
    • UNIX. EDX_HOME/xma/config/modules/integration/
    • Windows. EDX_HOME\xma\config\modules\integration\
  2. Locate the contentManager bean in the integration.xma.xml file:

    <bean id="contentManager" class="com.edocs.common.integration.contmgmt.FileContentManager" scope="singleton"/>

  3. Replace the contentManager class with the name of your own, custom contentManagerclass. In the <props> </props> section of the contentServerProperties element, define as many properties as necessary to connect to your content server, for example:

    <bean id="contentManager" class="com.yourcompany.customname.customCMS" scope="singleton">
    <property name="contentServerProperties"><props>
    <prop key="contentServerURL">http://yourcontentserver:portnumber/cs/idcplg</prop>
    <prop key="contentServerUser">username</prop>
    <prop key="contentServerPassword">userpassword</prop>
    </props></property></bean>

  4. Restart the Command Center server.

Integration Guide for Oracle Billing Insight Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.