Enable the policy system plugin in BillingCenter

Before you begin

Before starting this procedure, ensure that the PolicyCenter application server is running. It is not necessary for the BillingCenter server to be running.

Procedure

  1. Open Guidewire Studio™ for BillingCenter.
  2. Navigate in the Project window to configuration > config > Plugins > registry.
  3. Open IPolicySystemPlugin.gwp in the Plugin editor.
  4. Set Gosu Class to gw.plugin.pas.pc1000.PCPolicySystemPlugin.
  5. Navigate in the Project window to configuration > config > suite.
  6. Double-click suite-config.xml to open the file.
  7. Remove the comment markers <!-- and --> from the line for the PolicyCenter URL:
    <!--<product name="pc" url="http://localhost:8180/pc"/>-->
  8. If necessary, update the PolicyCenter URL to match your server and port.
  9. Navigate in the Project window to configuration > gsrc and then to wsi.remote.gw.webservice.pc.
  10. Open one of the following web service collection files, depending on the version of PolicyCenter that you are integrating with BillingCenter:
    • pc1000.wsc for PolicyCenter 10
    • pc900.wsc for PolicyCenter 9
    The web service definitions in this file use the ${pc} variable defined in suite-config.xml.
  11. Ensure that the PolicyCenter server is running, and then select all the web services in Resources and click Fetch .
    You must refresh the web services, even if you have made no changes to them.
  12. Select the Settings tab and review the contents of the Configuration Provider class.
    This class defines the user name and password that BillingCenter uses to connect with PolicyCenter.
    Important: Guidewire strongly recommends that you change these values from their default values.
  13. Stop the PolicyCenter application server.

What to do next

Enable the billing summary plugin in PolicyCenter