Skip to main content

Preparation

Before you can target the BES web service version 12.0 from Bravura Security Fabric you must:

  • Install BES web service SSL certificate to ensure Bravura Security Fabric recognizes and trusts the certificate.

  • Create a .cfg file on the Bravura Security Fabric server

  • Create an administrative account

Creating a BES web service configuration file

Your configuration file must be located in the <Program Files path>\Bravura Security\Bravura Security Fabric\<instance>\ script\ directory on the Bravura Security Fabric server, but it can be named anything you want.

There is a sample agtbes12.cfg file in the samples directory, which you can use as a template. If you cannot find the sample file, try re-running setup to modify your installation. Sample files are automatically installed with complete (typical) installations. You can select them in custom installations. The sample is shown below:

 # KVGROUP-V2.0
 agtsoap-config 1 = {
 
 # SOAP Communication options
 # Proxy settings can be overridden here. The useSystemDefault option
 # allows proxy settings to be overridden from the IE defaults. The
 # uri specified the proxy server in uri notation; set the uri to
 # "none" if there is no proxy server.
   proxy = {
     useSystemDefault = "true";
 # uri = "http://myproxy.somewhere.com:80";
 # bypassOnLocal = "true";
  };

# SOAP Operation options
  operations = {

  };
};

Creating a BES web service administrative user

When targeting the BES server 12.0, Bravura Security Fabric must authenticate to a BES local administrative user, not a Windows domain administrative user.