Configuring an Unmarshall Service

Reference:

To configure an Unmarshall service:

  1. Perform the steps as described in Configuring Services.
  2. Ensure that you select Unmarshall Agent {com.ibi.agents.XDUnmarshallAgent} as the service type you are configuring.

    For a complete description of the configuration parameters that are available for the Unmarshall service, see Unmarshall Service Parameters.

    For a complete description of the edges that are returned by the Unmarshall service, see Unmarshall Service Edges.


Top of page

x
Reference: Unmarshall Service Parameters

The following table lists and describes parameters for the Unmarshall service.

Parameter

Description

Use Encryption *

Set to true if the unmarshalled messages should be encrypted after compression. The AES Key parameter must also be configured if this parameter is set.

AES Key

Must be the same value on both sides. Maximum length is 16 characters, but can include escapes to allow the use of binary values. For more information, see the _aes() iFL function in the iWay Functional Language Reference Guide.

This key can be generated by an iFL statement, such as storing the key in a special register accessed at runtime. Once set, the key cannot be altered. Use of AES encryption can be slow, and should only be used when the unmarshalled message can appear in a publicly accessible area.


Top of page

x
Reference: Unmarshall Service Edges

The following table lists and describes the edges that are returned by the Unmarshall service.

Edge

Description

success

The outgoing document carries an unmarshalled message and context.

fail_compress

The outgoing message or context could not be compressed.

fail_encrypt

The outgoing message or context could not be encrypted.


iWay Software