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:
- Click Environments submenu →
new - Add variables:
Atm_req_mti: 0100Atm_res_mti: 0110isoIp: localhosthbPort: 8029icPort: 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