Configure ClaimCenter to retrieve policy information
You can configure ClaimCenter to retrieve policy information from PolicyCenter. In ClaimCenter, you register a plugin implementation class that uses a PolicyCenter web service to retrieve policy information for a claim.
Before you begin
About this task
Note: These instructions describe how to set up ClaimCenter 10 to
integrate with either PolicyCenter 9 or PolicyCenter 10. If you are integrating
ClaimCenter 10 with PolicyCenter 9, use the instructions in the PolicyCenter 9
documentation for the PolicyCenter side of the integration.
Procedure
- Open Guidewire Studio™ for ClaimCenter.
- Navigate in the Project window to .
- Open IPolicySearchAdapter.gwp.
-
Click Remove
to remove the demonstration
implementation,
gw.plugin.policy.impl.PolicySearchPluginDemoImpl. -
Click Add
and select Add Gosu Plugin.
-
Enter one of the following for the Gosu Class field,
depending on the version of PolicyCenter that you are integrating with
ClaimCenter:
- gw.plugin.pcintegration.pc1000.PolicySearchPCPlugin for PolicyCenter 10
- gw.plugin.pcintegration.pc900.PolicySearchPCPlugin for PolicyCenter 9
- Navigate in the Project window to .
- Open suite-config.xml.
-
Remove the comment markers
<!--and-->from the line for the PolicyCenter URL:<!-- <product name="pc" url="http://localhost:8180/pc"/> --> - Update the PolicyCenter URL to match your server and port.
- Navigate in the Project window to and open config.xml.
- Find configuration parameter PolicySystemURL.
-
Set the value of this parameter to the PolicyCenter application URL.
For example, add the following line to this file:
<param name="PolicySystemURL" value="http://localhost:8180/pc"/> -
Navigate in the Project
window to and then to
wsi.remote.gw.webservice.pc. -
Open one of the following web service files, depending on the version
of PolicyCenter that you are integrating with ClaimCenter:
- pc1000.wsc for PolicyCenter 10
- pc900.wsc for PolicyCenter 9
Guidewire defines the${pc}variable for each of the defined web services in suite-config.xml. -
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 wsi.remote.gw.webservice.pc.PCConfigurationProvider.
This class defines the user name and password that ClaimCenter uses to connect with PolicyCenter.Important: Guidewire strongly recommends that you change the user name and password from the defaults,
suandgw, to new values. - To test the integration, restart the ClaimCenter server.
- Open the New Claim wizard.
- Search for a Personal Auto or Workers' Compensation policy.
