Configure Web Service URLs
The web service URLs for the systems integration is specified in the Web.config file.
You provide the name of the server and port numbers for the various services end-points services provided by the Anthology Student APIs.
If the Connector Queue Manager is installed on the same system as the Anthology Student APIs, you only need to change the port numbers. If it is installed on a different system, you also specify the server name as well.
-
Navigate to the C:\Server\Inetpub\wwwroot\CampusLinkAPI \CampusVueConnectorQueueManager folder in the system where the Queue Manager is installed.
-
Locate the Web.config file and open it using an XML editor.
-
Within the
<client> </client>
tag, modify the port numbers of the various services end-points services provided by the Anthology Student APIs. -
If the Queue Manager is installed at a server other than the one where the Anthology Student APIs are made available, replace the string localhost in the endpoint address with the name of the server.
-
Save the Web.config file.