This is the output of txmlmap component.and {"abc":{"test":"hnkP"}} this is the input content to txmlmap <root><Request>{"abc":{"test":"hnkP"}}</Request></root> how to convert like below <root><Request><abc><test>hnkP</test></abc></Request></root>
Mixed xml with json? Could you try to extract the content of the request tag and use tExtractJSONField to get the simple values and use them in a tXMLMap to feed your result xml?