Configure ClaimCenter-to-ContactManager authentication
Guidewire recommends that you change the user name and password that ClaimCenter uses to authenticate with ContactManager.
Procedure
-
Start ContactManager.
At a command prompt, navigate to the ContactManager installation folder and enter the following command:
gwb runServer -
Log in as a user who can create new ContactManager users.
For example, log in with user name su and password gw.
- Click the Administration tab, and then navigate to .
-
Enter the following values:
Name
Value
First Name
CC
Last Name
NewAuthUser
Username
CCNewAuthUser
Password
Xc8899Lm
Confirm Password
Xc8899Lm
Active
Yes
Locked
No
- Under Roles, click Add.
- Click the Name field and choose Client Application.
- Click Update.
-
Start Guidewire Studio for ClaimCenter.
At a command prompt, navigate to the ClaimCenter installation folder and enter the following command:
gwb studio - Open the Project window.
- Press Ctrl+N and enter ABConfigurationProvider, and then click the class name in the search results to open it in the editor.
-
Change the
UsernameandPassworddefinition in the configure method.For example, change the values toCCNewAuthUserandXc8899Lm, as follows:override function configure( serviceName : QName, portName : QName, config : WsdlConfig ) { config.Guidewire.Authentication.Username = "CCNewAuthUser" config.Guidewire.Authentication.Password = "Xc8899Lm" } - In the Project window, navigate to and then to wsi.remote.gw.webservice.ab.ab1000.wsc.
- Double-click the ab1000.wsc web resource collection to open the editor.
-
In the editor, click
${ab}/ws/gw/webservice/ab/ab1000/abcontactapi/ABContactAPI?wsdl. -
With ContactManager still running, click Fetch
.
- When the update finishes, stop the ClaimCenter server if it is running, and then restart it to pick up this change.
- Log in to ClaimCenter as a user with permission to work with the Address Book, such as user ssmith with password gw.
- Verify that you can use the Address Book tab to search for ContactManager contacts, such as the sample contact William Weeks.
