Object to server xml
See also: Server xml to object
Value resolver – Abstract
Purpose: Returns the data structure of the input value as text in server XML format.
The Object to server xml value resolver returns the data structure of the input value as text in server XML format (see Server data encoder).
Configuration
The value resolver does not use any parameters.
An object is expected as input value.
►NOTE◄ If no object is present as an input value, the following text is output as a return value ($null):
<?xml version=
"1.0"
encoding=
"UTF-8"
?>
<nil xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:nil=
"true"
/>
Examples
Input value |
Configuration example |
Return value (string) |
Text |
|
<?xml version="1.0" encoding="UTF-8"?> |
Date/Time |
|
<?xml version="1.0" encoding="UTF-8"?> |
Heterogeneous list of values |
|
<?xml version="1.0" encoding="UTF-8"?> |
Company account |
|
<?xml version="1.0" encoding="UTF-8"?> |