Environment variables (ISO)

Environment variables help store values you use again and again in ISO requests.

Example uses:

  • Server address (host, port)
  • Message type (MTI)

By storing values in ENV, you can easily change them in one place.

Adding Environment Variables

Create ISO SandBox:

  1. Click Environments submenu → new
  2. Add variables:
    • Atm_req_mti: 0100
    • Atm_res_mti: 0110
    • isoIp: localhost
    • hbPort: 8029
    • icPort: 8012

Using Environment Variables

Use {{key_name}} in the request URL, port, and body fields.

Example:

<field id="0" value="{{Atm_req_mti}}"/>

Select ISO SandBox → Send ISO request using {{isoIp}} as the host, {{hbPort}} as the port, and {{Atm_req_mti}} in the body.

For detailed setup, see Environments