Option to remove root element in JSON to XML policy

Hi All,

I want to remove Root element from XML response after converting from Json to XML.

Root element is directly added to response even i havent added <ObjectRootElement> Tag and I am finding a way to remove it from response with in the policy.

Can any one help on this?

0 1 376
1 REPLY 1

Just FYI:

==

<ObjectRootElementName> specifies the root element name when you convert from JSON, which does not have a named root element, to XML

==

 

 

 general inquiry why you want to remove root element? An XML document cannot be well-formed without a root node.