Configure ClaimCenter to send large loss notification to PolicyCenter
You can configure ClaimCenter to send PolicyCenter a large loss notification whenever the value of the Gross Total Incurred amount on a claim exceeds a defined threshold.
Before you begin
About this task
Procedure
- Open Guidewire Studio™ for ClaimCenter.
-
Navigate in the Project
window to and then:
- Navigate to and select the check box that enables the rule TPU05000 - Large Loss Notification.
- Navigate to and select the check box that enables the rule EFR06000 - Policy System Notification.
- Expand .
- Open messaging-config.xml in the Messaging editor.
-
Select the following messaging destination:
ID-69, Name=Java.MessageDestination.PolicySystemNotification.Name - Clear the Disable destination check box at the top right of the editor to enable this message destination.
- In the Project window, expand .
- Open policySystemNotificationTransport.gwp in the plugin editor.
- Clear the Disabled check box under the Server: field.
-
Open IPolicySystemNotificationPlugin.gwp.
The editor for this plugin opens with the default plugin implementation selected.
-
Remove the demonstration implementation by clicking the Remove Plugin
icon.
-
Click Add Plugin
and select Add Gosu Plugin.
-
Enter the following for the Gosu Class field:
gw.plugin.policy.notification.pc1000.PCPolicySystemNotificationPlugin -
If you have not done so already, update suite-config.xml
to enable ClaimCenter to work with PolicyCenter.
- Navigate in the Project window to .
- Open suite-config.xml.
-
If present, remove the comment markers
<!--and-->from the line defining the PolicyCenter URL:<!-- <product name="pc" url="http://localhost:8180/pc"/> --> - If necessary, change the URL for the PolicyCenter server to the URL used in your configuration.
-
If you have not done so already, set the PolicyCenter URL in the
PolicySystemURL configuration parameter:
- In the Studio Project window, expand .
- Open config.xml.
-
Set the PolicyCenter URL in the PolicySystemURL
configuration parameter.
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. - Double-click pc1000.wsc to open this web service collection in the editor.
-
Select the following web service in Resources:
${pc}/ws/gw/webservice/pc/pc1000/ccintegration/ClaimToPolicySystemNotificationAPI?wsdlFile suite-config.xml defines the
${pc}variable for the web service. -
Ensure that the PolicyCenter server is running, and then click
Fetch
to
refresh the web service.
You must refresh the web service, even if you have made no changes to it. -
Click 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 these values from their default
suandgwvalues. - Restart the ClaimCenter server so these changes take effect.
What to do next
Test ClaimCenter large loss notification integration with PolicyCenter
