Integrating ContactManager with ClaimCenter in QuickStart

The following figure shows the primary integration points used to integrate ClaimCenter and ContactManager.


ClaimCenter and ContactManager integration points, including web services, plugins, implementation classes, and configuration classes.

In general, to get the basic integration working, you edit the suite-config.xml files in ClaimCenter and ContactManager and the config.xml file in ClaimCenter. You also register the CCClaimSystemPlugin plugin implementation in the ContactManager plugin registry ClaimSystemPlugin.gwp. Additionally, you register ABContactSystemPlugin in the ClaimCenter registry ContactSystemPlugin.gwp. All these steps are described in the topics that follow.

If you extend the contact model, you must edit the ContactMapper classes in both ContactManager and ClaimCenter, and possibly the CCNameMapper class.

Important: Guidewire recommends that you change the authentication user and password. To do so, you add authentication users to ContactManager and ClaimCenter and edit the ABConfigurationProvider and CCConfigfurationProvider classes.

Integrating ContactManager with ClaimCenter is a multi-step process:

  1. Integrate ClaimCenter with ContactManager
  2. Integrate ContactManager with ClaimCenter
  3. Test the integration of ClaimCenter and ContactManager
  4. Troubleshooting the ClaimCenter connection with ContactManager

See also