Installation Guide for Oracle Self-Service E-Billing > Configuring Oracle WebLogic > Process of Configuring Oracle WebLogic for RESTful Web Services Server and Client Applications >

Setting the Global Configuration Properties for the Web Services Client Application


You must modify various properties in the global configuration file, globalConfig.xma.xml, for the Web Services Client application.

This task is a step in Process of Configuring Oracle WebLogic for RESTful Web Services Server and Client Applications.

To modify the global configuration properties for the Web Services Client application

  1. Open the globalConfig.xma.xml file, located in the following directory:
    • UNIX. EDX_HOME/xma/config/modules
    • Windows. EDX_HOME\xma\config\modules
  2. Find the bean ID called globalConfig. Modify the following properties.
    Property
    Value

    rsWebServiceHostName

    The server name or IP address where the Web Services Server application is deployed.

    rsApplicationName

    The Web Services Server application name.

    rsWebServicePort

    The application port of the Web Services Server application. The Web Services Client uses this port to communicate with the Web Services Server application.

    rsWebServiceSSLPort

    The application SSL port of the Web Services Server application. The Web Services Client uses this SSL port to communicate with the Web Services Server application.

    rsSSLHostEnabled

    Either true or false, indicating whether the Web Services Server application port is enabled.

    The content of the globalConfig bean is:

    <beans>

    <bean id="globalConfig"

    class="com.edocs.common.configuration.core.GlobalConfig"

    scope="singleton">

    <property name="encryptAccountNumbers"><value>true</value></property>

    <!-- default value -->

    <property name="ebillingHostName"><value>localhost</value></property>

    <property name="csrHostName"><value>localhost</value></property>

    <property name="rsWebServiceHostName"><value>localhost</value></property>

    <property name="ebillingApplicationName"><value>ebilling</value></property>

    <property name="csrApplicationName"><value>ebillingcsr</value></property>

    <property name="rsApplicationName"><value>ebillingrs</value></property>

    <property name="ebillingHttpPort"><value>7001</value></property>

    <property name="ebillingSSLPort"><value>7002</value></property>

    <property name="csrhttpPort"><value>7005</value></property>

    <property name="csrSSLPort"><value>7006</value></property>

    <property name="rsWebServicePort"><value>7017</value></property>

    <property name="rsWebServiceSSLPort"><value>7018</value></property>

    <property name="rsSSLHostEnabled"><value>false</value></property>

    <property name="ebillingPortalName"><value>ebillingPortal.portal</value></property>

    <property name="emailImgSrc"><value>http://localhost:7001/ebilling/_assets/swan/headerBg.jpg</value></property>

    <property name="emailHtmlCSS"><value>notification/util/email.css</value></property>

    <property name="unMaskedLength"><value>4</value></property>

    <property name="maskSymbol"><value>x</value></property>

    <!-- for sso setting -->

    <property name="ebillingSingleSignOnEnabled"><value>false</value></property>

    <property name="csrSingleSignOnEnabled"><value>false</value></property>

    <property name="ebillingWebServiceSingleSignOnEnabled"><value>false</value></property>

    <!--

    <property name="singleSignOutUrl"><value>j_spring_cas_security_logout</value></property>

    -->

    <!-- The link of Home in the page header

    <property name="ebillingHomePageUrl"><value>http://localhost:7001/portlet</value></property>

    <property name="csrHomePageUrl"><value>http://localhost:7001/portlet</value></property>

    -->

    <property name="autoDetectExternalResourcePeriod"><value>5</value></property>

    </bean>

    </beans>

Installation Guide for Oracle Self-Service E-Billing Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.