Web services wrapper library files

The Web services wrapper library files are added to the federated server when you install the federated server.

When you install IBM® InfoSphere® Federation Server, library files are added to the default directory path. For example, if the federated server is running on AIX®, the wrapper library files added to the directory path are libdb2ws.a, libdb2wsF.a, and libdb2wsU.a. The default wrapper library file is libdb2ws.a. The other wrapper library files are used with specific wrapper options.

You must include the LIBRARY parameter in the CREATE WRAPPER statement and specify the default wrapper library file name.

The default directory paths and default wrapper library file names are listed in the following table.

Table 1. Library locations and file names for CREATE WRAPPER
Operating system Directory path Wrapper library file
AIX
/usr/opt/<install_path>/lib32/
/usr/opt/<install_path>/lib64/
libdb2ws.a
Linux®
/opt/IBM/db2/<install_path>/lib32
/opt/IBM/db2/<install_path>/lib64
libdb2ws.so
Solaris
/opt/IBM/db2/<install_path>/lib32
/opt/IBM/db2/<install_path>/lib64
libdb2ws.so
Windows %DB2PATH%\bin db2ws.dll
  • <install_path> is the directory path where the federated server is installed on Linux or UNIX.

    %DB2PATH% is the environment variable that is used to specify the directory path where the federated server is installed on Windows. The default Windows directory path is C:\Program Files\IBM\SQLLIB.