Edit the Argus.NET/web.config file

  1. Navigate to ArgusWeb/ASP/Argus.NET.
  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
    • key—version of MedDRA XML being used

      For example,

      • <add key="MedDRAXMLVersion" value="2.0"/>, or
      • <add key="MedDRAXMLVersion" value="1.1"/>, or
      • <add key="MedDRAXMLVersion" value="1.0"/>
    • bindingConfiguration—to use encryption

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

    • paths—to add path for both the Request and Response XSDs based on the version being used

      For example,

      • <add InputXSD="..\..\Integrations\XSD\v2.0\MedDRA_Response.xsd" />
      • <add InputXSD="..\..\Integrations\XSD\v2.0\MedDRA_Request.xsd" />