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>