I have a requirement to convert the Rest Dynamic JSon String to XML with key and value attributes and form the Jaxb Saop request.
Below is the Sample XMl format i am looking.
<emailData key1='value1' key2='valu2' key3='value3'></emailData>
Can anyone help me on this.