How to convert HTML entity encoded value in Siebel EAI
Hello,
In a inbound web service call to our Siebel application, we receive a field value that's both url-encoded and html-encoded (or in other words HTML entity encoded), such as "%26lt%3B100" and "%26lt%3B0.5"
I can use unescape (string) in eScript to url-decode and convert "%26lt%3B100" into
However, I can't find any function or method in Business Service or eScript that converts
into
Is there anything like that in the standard repository? If no, can you please suggest an alternative?
Regards,
Jang Lee