Hello Team,
We have requirement to encode and decode on XML tag value from 35 Chars to 16 chars and vice versa.
Example:
XML Tag <EndToEnd> 123456789102205202112345678910<EndToEnd> now we have to encode this to 16 chars and then once we get the same value in another input xml file then we have to revert back with same value as 35 chars.
Has anyone came across this kind of requirement?