Configure PolicyCenter to retrieve claim information
You can configure PolicyCenter to retrieve claim information from ClaimCenter. In PolicyCenter, you register a plugin implementation class that uses a ClaimCenter web service to retrieve claim information for a policy or account.
Before you begin
About this task
Procedure
- Open Guidewire Studio™ for PolicyCenter.
- Navigate in the Project window to .
-
Open file
suite-config.xml. -
Remove the comment markers
<!--and-->from the line for the ClaimCenter URL:<!-- <product name="cc" url="http://localhost:8080/cc"/> --> - Update the ClaimCenter URL to match your server and port.
-
Navigate in the Project
window to and then to
wsi.remote.gw.webservice.cc. -
Open one of the following web service files, depending on the version
of ClaimCenter that you are integrating with PolicyCenter:
- cc1000.wsc for ClaimCenter 10
- cc900.wsc for ClaimCenter 9
File suite-config.xml defines the${cc}variable for the web service. -
Ensure that ClaimCenter is running, and then select the web service in
Resources and
click Fetch
.
You must refresh the web service, even if you have made no changes to it. -
Select the Settings tab and review the contents of the listed
Configuration
Provider class.
This class defines the user name and password that PolicyCenter uses to connect with ClaimCenter.Important: Guidewire strongly recommends that you change the user name and password from the defaults,
suandgw, to new values. - Navigate in the Project window to .
- Open IClaimSearchPlugin.gwp.
-
Click Remove Plugin
to remove the
following demonstration implementation:
- gw.plugin.claimsearch.impl.GWDemoClaimSearchPlugin
-
Click Add Plugin
and select
Add Gosu
Plugin.
-
Enter one of the following plugin implementation classes in the
Gosu Class
field, depending on the version of ClaimCenter that you are integrating
with PolicyCenter:
- gw.plugin.claimsearch.cc1000.GWClaimSearchPlugin for ClaimCenter 10
- gw.plugin.claimsearch.cc900.GWClaimSearchPlugin for ClaimCenter 9
- Navigate in the Project window to and open config.xml.
-
Set the ClaimSystemURL parameter to the
ClaimCenter URL.
For example, the base configuration URL in a local ClaimCenter installation is the following:
http://localhost:8080/cc - Restart the PolicyCenter server to pick up these changes.
