Skip to Content
0
Former Member
Jan 31, 2018 at 09:34 AM

Converting XML to JSON with UDF

455 Views Last edit Feb 01, 2018 at 07:01 AM 2 rev

Hi,

I have a requirement to pass incoming XML payload as JSON to the signature part of the URL of Rest adapter. Signature is calculated on key, URL and JSON. This has to be done in mapping itself. I think UDF can solve my issue. Can some one guide me in writing UDF for this?