Once the Outlook Web Service is installed, you need to modify the web services’ config.xml file to match your portal settings.
To modify the config.xml file:
1. Before modifying the Config.xml file, you must install web services. Refer to Step 3: Installing the Plug-In Web Services for more information.
2. Navigate back to the Personify360OutlookWcfServices folder you copied to your local drive.
3. Open the config.xml in a text editor, such as Notepad.
4. Locate
the following lines of code in the file and update the bold font with
your application server location:
<Item Name="Remoting" MessagingServiceUri="tcp://MYSERVERNAME:PORTNUMBER/MessagingService.rem"/>
<Item Name="TimssApplicationServer" Value="tcp:// MYSERVERNAME:PORTNUMBER
/" />
5. Locate
the following line in the file and enter the following values:
<Item Name="SeatInformation"
AssociationName=""
EnvironmentName=""
VersionName=""
AppTypeName=""
DatabaseName=""
Login=""
Password=""
/>
6. Save and exit the file.
7. Now you can proceed to modifying the web.config settings.