Once the Outlook 2010 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. Navigate back to the Personify Outlook 2010 Web Service Installation folder you copied to your local drive.
2. Open config.xml in a text editor such as Notepad.
3. 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
/" />
4. Locate
the following line in the file and enter the following values:
<Item Name="SeatInformation"
AssociationName=[]
EnvironmentName=[]
VersionName=[]
AppTypeName=[]
DatabaseName=[]
Login=[]
Password=[]
/>
5. Save and exit the file.