1.1.3.2.4.3 Setting Environment Variables for GWWS Runtime

Before booting GWWS servers for outbound Web services, the following environment variable settings must be performed:

  • Update FLDTBLDIR32 and FIELDTBLS32environment variables to add the generated FML32 field table files.
  • Place all excerpted XML Schema files into one directory. and set the XSDDIR and XSDFILES environment variables accordingly.
    • The XSDDIR and XSDFILES environment variables, are introduced in the SALT 2.0 release. They are used by the GWWS server to load all external XML Schema files at run time. Multiple XML Schema file names should be delimited with comma ‘,’. For instance, if you placed XML Schema files: a.xsd, b.xsd and c.xsd in directory /home/user/myxsd, you must set environment variable XSDDIR and XSDFILES as follows before booting the GWWS server:

      XSDDIR=/home/user/myxsd

      XSDFILES=a.xsd,b.xsd,c.xsd