JSON to XML

<< Click to Display Table of Contents >>

Navigation:  Workflow Designer > Activities >

JSON to XML

Previous pageReturn to chapter overviewNext page

Function

The JSON to XML activity allows you to transform a JSON object into a XML string variable. This activity may help if gooflow needs to communicate with SOAP interfaces.

 

Input

JSON Content

The object variable containing the JSON object.

Indented

Select the checkbox if you would like the resulting XML string to use indents ("pretty print").

 

Output

XML Content

Store the XML content in a string variable.

Error Message

A string variable containing the error messages, if any resulted from the transformation.