Deploying the XML schemas to IBM Sterling B2B Integrator (Deprecated)

The SWIFT component of the Pack for Financial Payments contains SWIFT MX schemas and other pack-specific XML schemas that are used for configuration, transformation, and validation.

For these XML schemas to be used within the IBM Sterling B2B Integrator, they must be uploaded to the IBM Sterling B2B Integrator schema repository. The steps provided here describe how to check-in (upload) the XML schemas that come with the pack to the IBM Sterling B2B Integrator schema repository.

The Transformation Extender base product resolves the location of the XML schemas used within an Transformation Extender map that is executing within the IBM Sterling B2B Integrator in the following order:
  1. The XML schema is resolved by searching the SI schema repository.
  2. If the schema is not found in the SI repository, the Transformation Extender locates the schema based on any file path references associated with it.
To deploy XML schemas to the IBM Sterling B2B Integrator server:
  1. Stop IBM Sterling B2B Integrator.
  2. Navigate to si_install_dir/bin.
  3. Load the XML schemas to the IBM Sterling B2B Integrator directory.
    1. For Windows, enter the following at the command prompt or in the Run dialog box:
        InstallService.cmd product short name/common/data/swiftnnnnxsd4si.jar
      Note: To obtain the product short name, open a command prompt, change the directory to C:\IBM, then enter dir /x. The product short name is displayed. For example, the product short name for IBM Transformation Extender version 8.4.1 is WEBSPH~1.1.
    2. For Linux® and UNIX platforms, enter:
        installService.sh pack_install_dir/common/data/swiftnnnnxsd4si.jar
  4. Restart IBM Sterling B2B Integrator.

In the directory locations, product short name indicates the short name of the installation directory; pack_install_dir indicates the installation location of the pack, and nnnn indicates the version number of the pack.