For this XML Schema type . . .
|
In this ABL parameter mode . . .
|
OpenEdge . . .
|
All XML Schema types where CHARACTER is the suggested ABL mapping (see Mapping XML Schema data types to ABL data types).
|
INPUT1
|
Attempts to format the ABL string value to match the specified XML Schema type for inclusion in the SOAP request message.2
|
OUTPUT3
|
Converts the value from the formatting of the specified XML Schema type before copying it into the ABL parameter as a string value.4
|
|
All XML Schema types where CHARACTER or LONGCHAR is not the suggested ABL mapping (see Mapping XML Schema data types to ABL data types).
|
INPUT5
|
Copies the string value directly, with no attempt to format it, for inclusion in the SOAP request message. OpenEdge performs minimal validation to ensure that the string contains data formatted according to the rules of the XML Schema type.
|
OUTPUT6
|
Copies the XML Schema value directly from the SOAP response message to the ABL parameter unchanged from its XML Schema format.
|