cancel
Showing results for 
Search instead for 
Did you mean: 

How to decrypt Base64 format data to get the xml file

ravi_teja14
Participant
0 Kudos

Hi Team,

we are working to decrypt the Base64 format data to get the xml. The data between the <Response>KPC9kYXRhc2V0Pgo=</Response> is xml file.

we are using the below UDF to decrypt the data but the file generated with < instead of < tage and > instead of >

how to get the payload as xml file with < > tags.

UDF

Mapping Result:

Thanks,

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

manoj_khavatkopp
Active Contributor
0 Kudos

Hi Ravi,

The decryption is happening correctly the < and > are getting replaced because they are XML escape characters. open that in browser it shows fine . if you still want then to show as < and > then use replace all function in that UDF only for all the xml escape characters.

Br,

Manoj