JSON to XML conversion- issue with root element

prasadwalke
Participant II

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 471
1 REPLY 1

When you say " I don't want these two tags", I'm not clear . XML must have a root element.

It's not XML if there's no root element.

Rather than describing your situation so abstractly, maybe you can get more specific. What exactly are you sending into the policy, and what do you desire to get out of it?