complex json transformation into XML

Not applicable

I have a complex json message with lot of arrays and groups,subgroups.I want to transform it into XML message.

For a simple json message,I used to have Extract variable policy itself to extract the individual attributes of json message and use json to xml convertor to transform it into xml message.

For such complex json message,can we still use <jsonpayload> property in Extract Variable Policy or writing javascript is the only option?Need suggestion.

0 1 83
1 REPLY 1

Former Community Member
Not applicable
@RK4

You can use Extract Variables as long as you can describe the element(s) you want via JSONPath.