Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

JSON to XML conversion- issue with root element

I am using JSON-XML policy to convert incoming JSON payload to XML but after conversion I get XML with this two tags attached to it

but I don't want these two tags I want simple converted XML data so how can I do this

any help would be appreciated

<?xml version="1.0" encoding="UTF-8"?>
<Root>
converted XML document
</Root>		
0 1 521
1 REPLY 1