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
- Open Guidewire Studio™ for BillingCenter.
- Navigate in the Project window to .
- Open IPolicySystemPlugin.gwp in the Plugin editor.
- Set Gosu Class to gw.plugin.pas.pc1000.PCPolicySystemPlugin.
- Navigate in the Project window to .
- Double-click suite-config.xml to open the file.
-
Remove the comment markers
<!--and-->from the line for the PolicyCenter URL:<!--<product name="pc" url="http://localhost:8180/pc"/>--> - If necessary, update the PolicyCenter URL to match your server and port.
-
Navigate in the Project window to and then to
wsi.remote.gw.webservice.pc. -
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. -
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. -
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.
- Stop the PolicyCenter application server.
