Additional Info

Requires Mule Enterprise License

Yes  

Requires Entitlement

Yes  

Mule Version

3.6.0 or higher

Configs


ISO-8583 Connector Configuration

<iso8583:config>

Connection Management

Attributes

Name Java Type Description Default Value Required

name

String

The name of this configuration. With this name can be later referenced.

x 

key

String

Parameter used as connectionKey

 

templatePath

String

 

Processors


Write ISO-8583 trace

<iso8583:write>

  DataSense enabled

Sends an ISOMessage containing Type and Fields to convert to ISO-8583 format

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

message

Map<String,String>

Contains a pair (Key,Value) of different fields specified on the ISO 8583 schema

#[payload]

 

Returns

Return Java Type Description

InputStream

Encoded ISO-8583 message.


Read ISO-8583 trace

<iso8583:read>

Sends an InputStream which is an ISO-8583 encoded message.

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

trace

InputStream

Package containing the information of an ISO-8583 message

#[payload]

 

Returns

Return Java Type Description

Map<String,String>

ISOMessage which is an ISO-8583 decoded message.