test config for binary headers #60
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<header type="0410" ref="0210" />
|
||||
<header type="0800">ISO015000015</header>
|
||||
<header type="0810" ref="0800"/>
|
||||
<header type="0280" binary="true">ffffffff</header>
|
||||
|
||||
<!-- The client example uses this to create requests -->
|
||||
<template type="0200">
|
||||
@@ -54,6 +55,9 @@
|
||||
<field num="65" type="LLLBIN">01234567865</field>
|
||||
<field num="102" type="LLLVAR">Field of type LLLVAR</field>
|
||||
</template>
|
||||
<template type="0280">
|
||||
<field num="3" type="NUMERIC" length="2">99</field>
|
||||
</template>
|
||||
|
||||
<!-- The server example uses this to read the requests -->
|
||||
<parse type="0200">
|
||||
@@ -138,5 +142,8 @@
|
||||
<parse type="0202">
|
||||
<field num="3" type="NUMERIC" length="22" />
|
||||
</parse>
|
||||
<parse type="0280">
|
||||
<field num="3" type="NUMERIC" length="2" />
|
||||
</parse>
|
||||
|
||||
</j8583-config>
|
||||
|
||||
Reference in New Issue
Block a user