Edit the ArgusWeb/ASP/web.config file

  1. Navigate to ArgusWeb/ASP.
  2. Open the web.config file in a text editor.
  3. Search for endpoint and update the following attributes:
    • address—to point to the correct web service address
    • name—MedDRA
    • bindingConfiguration—to use encryption

      Note that the binding configurations between the host and the client must be compatible for successful communication.

The endpoint configuration might look something like this:

<endpoint address="http://remotewebservice/MedDRAAutoEncode.svc" 
binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IRelsysService_
Unsecure" contract="IRelsysService" name="MedDRA">