Skip to main content

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 agtbes-ws.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 = {

   };
};