Once the Mobile Web Service is installed, you need to accept the web services’ config.xml file by renaming it and modify the file contents to match your portal settings.
To modify the config.xml file:
1. Navigate back to the Personify Mobile Web Service Installation folder you copied to your local drive.
2. Rename the RenametoConfig.xml file to config.xml.
3. Open 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.