See also: Server xml to object
Value resolver – Abstract
Purpose: Returns the data structure of the input value as text in server XML format.
Tooltip
Usage: The value resolver returns the data structure of the input value as text in server XML format.
Note: If no object is present as input value, the XML structure for 'No value' (the
nilobject) is returned as text.

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 (for the server any object with |
| |
Date/Time ( |
| |
Heterogeneous list of values (one |
| |
Company account(as an example of an entity) |
| |



