For this XML Schema type . . .
|
In this ABL parameter mode . . .
|
OpenEdge . . .
|
string normalizedString
|
INPUT
|
Serializes the ABL parameter into the SOAP request message according to the XML Schema serialization rules.
|
OUTPUT
|
De-serializes the string value from the SOAP response message into the ABL parameter according to the XML Schema serialization rules as if the ABL DATETIME-TZ( ) function was called on the string.
|
|
dateTime
|
INPUT
|
Serializes the ABL parameter into the SOAP request message according to the XML Schema serialization rules including the time zone.
|
OUTPUT
|
De-serializes the XML Schema value from the SOAP response message into the ABL parameter according to the XML Schema serialization rules.
|
|
date
|
INPUT
|
Serializes the ABL parameter into the SOAP request message according to the XML Schema serialization rules. The time part of the DATETIME-TZ value is lost, but the time zone part of the DATETIME-TZ value is retained.
|
OUTPUT
|
De-serializes the XML Schema value from the SOAP response message into the ABL parameter according to the XML Schema serialization rules. The ABL DATETIME-TZ value has the time set to 12:00 midnight.
|