named-input
This command identifies the name of an input card and its processing context.
Syntax
named-input card context
Availability
ITX feature.
Parameters
- card
- Specifies the name of an input that is expected by the map. This name must be the same as a
cardnamein the<Inputs>section of the map file. - context
- Specifies the name of the DataPower® processing context that contains the input data. You must arrange to fill this context with the expected input data.
Guidelines
The named-input command identifies the name of an input card and its
processing context. This command is relevant only when named-inouts is
explicit.
Example
Set the mode to
explicit. The input contexts for DataPower processing are INPUT and
custom1 as defined by cardname entries in the
<Inputs> section of the map file as ContactFileCard and
SecondCard.# tx-map local:///invoices.dpa
# named-inouts explicit
# named-input "ContactFileCard" "INPUT"
# named-input "SecondCard" "custom1"
# named-output "LabelCard" "OUTPUT"