Configure Web Service (Expedited Reports only)

  1. Log in to the Oracle Argus Safety Web Server.
  2. Navigate to the ArgusInstallPath in the filesystem.
  3. Open the file Argusvr2.exe.config for editing.
  4. Navigate to the <system.serviceModel> tag in this file.
  5. In the endpoint element that lies within the client element, enter the following text in the Address attribute:

    http://<host>:<port>/xmlpserver/services/v2/SecurityService where the name attribute is set to SecurityService

    http://<host>:<port>/xmlpserver/services/v2/ScheduleService where the name attribute is set to SchedulingService

    http://<host>:<port>/xmlpserver/services/v2/ReportService where the name attribute is set to ReportService

    In the above instances, <host> refers to the IP address or the Fully Qualified Domain name of the Oracle Business Intelligence Publisher server and <port> refers to the Oracle Business Intelligence Publisher port number.

    If the Oracle Business Intelligence Publisher Server has been configured over an Oracle Access Manager/SSO controlled port, then that port number to be used here.