Samples overview

Code samples are included for the packs that you installed. These samples cover enveloping, de-enveloping, and translation for various standards and a custom translation engine.

Deployment model for samples

The deployment model differs for transform examples and for enveloping and de-enveloping samples:
  • Transform examples are not specific to any particular pack. They are installed with the common components in the spe_install_dir/examples directory. (Example: spe_install_dir/examples/translation)
  • Enveloping and de-enveloping examples are different for each standard. They include map source files and other files needed to deploy the examples.
    • The complete examples, except for compiled maps, are installed on Windows only under the same parent directory as other pack design components: spe_install_dir\pack_long_name\examples.

      Example: C:\IBM\Standards Processing Engine 9.0.0\Healthcare_Payer_v9.0.0\examples\HIPAA

    • Pack examples can be deployed to any platform supported by ITX Advanced. When a pack is deployed, the maps from the example are compiled, and all components that are needed to run the example are deployed with the rest of the pack.

      The files to run the example are installed under the spe_install_dir/examples/pack_short_name directory.

      Example: spe_install_dir/examples/hc)

For additional samples that are specific to the IBM Transformation Extender (ITX) packs, consult the pack online documentation.

Samples descriptions and files

Table 1. Samples included with ITXA
Pack or function Standard Description Location of design code Location of deployed files More information
ITX Pack for Healthcare Payer HIPAA Enveloping and de-enveloping examples for HIPAA data spe_install_dir\Healthcare_Payer_v9.0.0\examples spe_install_dir\examples\hc SPE Pack for Heathcare Payer examples > SPE deenvelope and envelope example
ITX Pack for Supply Chain EDI

EDIFACT

X12

TRADACOMS

Enveloping and de-enveloping examples for EDIFACT, X12, and TRADACOMS data spe_install_dir\Supplychain_EDI_v9.0.0\examples

spe_install_dir\examples

spe_install_dir\examples\edi\edifact

spe_install_dir\examples\edi\x12

spe_install_dir\examples\edi\tradacoms

SPE Pack for Supply Chain EDI examples
ITX Pack for Financial Services SWIFT

SEPA

Enveloping and de-enveloping examples for SWIFT and SEPA spe_install_dir\Financial_Services_v9.0.0\examples

spe_install_dir/examples/fsp/swift

spe_install_dir/examples/fsp/sepa

See the ITX Pack for Financial Services documentation.
ITXA Transform function Not standard-specific Shows how to develop ITX Advanced transform functionality for IBM Transformation Extender, Sterling B2B Integrator, and XSLT translation objects spe_install_dir\examples\translation Not applicable Transform function sample
ITXA custom translation engine Not standard-specific Allows ITXA to call a custom translation engine written by a customer or a third party. Use of a custom translation engine during envelope, de-envelope, or transform processing can help address specific transformation or migration requirements. spe_install_dir\examples\custom_tx Not applicable The SPE_CustomTranslator_Readme.txt file in the custom_tx directory contains details on example files, setup, and usage.