Task - Transform JSONML to XML
This task transforms a JSONML (JSON Markup Language) object into XML
Transform JSONML to XML
Description
Contains a description of the task, enter the reason for its existence here.
JSON key:Â description
Default value: Blank
Input
Enter the input to encode or decode here - see Scripts and Macros for details on how to specify macro content.
JSON key:Â input
Default value: None
Name of XML root attribute
Enter the name to give the XML root element.
JSON key:Â root.attribute.name
Default value: None
Request attribute name
Name of request attribute to store encoded/decoded value within. This request attribute is stored within the context for the currently executing request.
JSON key:Â target.attribute.name
Default: None
JSON Configuration
Below is a set of example configuration.
{ "input": "%{requestattribute.jsonml}", "target.attribute.name": "xml", "description": "Map JSONML to XML", "class": "io.ceptor.pipeline.tasks.TransformJsonMLToXmlTask" }
© Ceptor ApS. All Rights Reserved.