Skip to content

To_Xml

Serialize a record to an XML document.

PROCEDURE To_Xml (  
   xml_     OUT CLOB,  
   record_  IN  type_record_,  
   rest_   IN  BOOLEAN DEFAULT FALSE )

Parameters

record_
Foundation1 record. See:New_Record

xml_
Serialized record.

rest_
Specify the Record is sent to a REST Endpoint or not.